client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 27 Jul 2016 13:55:25 +0200
changeset 634 2362cfd327a3
parent 293 fba23fde14ba
permissions -rw-r--r--
Added tag 00.12.22 for changeset fdff56da097d

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

});