client/js/require-utils.js
changeset 284 fa8035885814
child 290 8a6eb26ac87f
equal deleted inserted replaced
283:67f3a24a7c01 284:fa8035885814
       
     1 "use strict";
       
     2 define([], function ($, _) {
       
     3     return {
       
     4         getUtils: function(){
       
     5             return window.Rkns.Utils;
       
     6         },
       
     7         getRenderer: function(){
       
     8             return window.Rkns.Renderer;
       
     9         }
       
    10     }
       
    11     
       
    12 });