client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 29 Apr 2015 20:00:19 +0200
changeset 437 ad484b4b5050
parent 293 fba23fde14ba
permissions -rw-r--r--
increment version

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

});