client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Sat, 14 Jun 2014 13:44:22 +0200
changeset 307 eaadfa988db4
parent 293 fba23fde14ba
permissions -rw-r--r--
try to improve renderer

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

});