client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Thu, 04 Jun 2015 10:04:01 +0200
changeset 461 48235ed6b07d
parent 293 fba23fde14ba
permissions -rw-r--r--
Merge with a3bf10beb710d1cfdda455ab98705f9e7a631739

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

});