client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 13 Mar 2015 16:36:57 +0100
changeset 400 7d11d49fd355
parent 293 fba23fde14ba
permissions -rw-r--r--
Added tag V00.08.03 for changeset 2851da9997ea

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

});