client/js/require-utils.js
author rougeronj
Tue, 15 Sep 2015 17:09:42 +0200
changeset 523 dc04aa440c11
parent 293 fba23fde14ba
permissions -rw-r--r--
Added tag V00.12.03 for changeset 1cb7122dd427

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

});