client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Sat, 19 Sep 2015 13:43:17 +0200
changeset 539 e54afd076ce6
parent 293 fba23fde14ba
permissions -rw-r--r--
Added tag V00.12.06 for changeset 19c3d95d2f3b

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

});