client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 13 Mar 2015 13:29:02 +0100
changeset 397 5617e706ba09
parent 293 fba23fde14ba
permissions -rw-r--r--
update libraries

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

});