client/js/require-utils.js
author rougeronj
Fri, 24 Apr 2015 13:05:09 +0200
changeset 427 f51908ffe6d4
parent 293 fba23fde14ba
permissions -rw-r--r--
copy to server the last changes

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

});