client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Tue, 17 Mar 2015 18:55:22 +0100
changeset 404 40cff6e6b665
parent 293 fba23fde14ba
permissions -rw-r--r--
update server files

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

});