client/js/require-utils.js
author cavaliet
Wed, 10 Sep 2014 16:58:01 +0200
changeset 329 a276b36ae58e
parent 293 fba23fde14ba
permissions -rw-r--r--
built files

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

});