client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 16 May 2014 09:23:11 +0200
changeset 290 8a6eb26ac87f
parent 284 fa8035885814
child 293 fba23fde14ba
permissions -rw-r--r--
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.

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