client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 13 Mar 2015 16:46:38 +0100
changeset 401 e02e58fc07cf
parent 293 fba23fde14ba
permissions -rw-r--r--
correct version

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

});