client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 13 Mar 2015 16:46:50 +0100
changeset 402 c8eaff36abc7
parent 293 fba23fde14ba
permissions -rw-r--r--
Added tag V00.08.04 for changeset e02e58fc07cf

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

});