client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Thu, 21 Apr 2016 16:17:50 +0200
changeset 606 e7e699f3cf97
parent 293 fba23fde14ba
permissions -rw-r--r--
update version nb

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

});