client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Tue, 04 Oct 2016 16:40:13 +0200
changeset 644 5df7705351a5
parent 293 fba23fde14ba
permissions -rw-r--r--
Removed tag 00.12.21

define([], function ($, _) {
    'use strict';
    return {
        getUtils: function(){
            return window.Rkns.Utils;
        },
        getRenderer: function(){
            return window.Rkns.Renderer;
        }
    };

});