client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Mon, 30 Mar 2015 10:11:32 +0200
changeset 415 ac6c9eec7fc4
parent 293 fba23fde14ba
permissions -rw-r--r--
Added tag V00.08.07 for changeset 276042cb477c

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

});