client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 24 Jun 2016 13:11:13 +0200
changeset 623 dad99f0ea54c
parent 293 fba23fde14ba
permissions -rw-r--r--
increatemt version

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

});