client/js/require-utils.js
author rougeronj
Wed, 16 Sep 2015 17:57:47 +0200
changeset 529 6b0659a0e4c3
parent 293 fba23fde14ba
permissions -rw-r--r--
Added tag V00.12.04 for changeset 468b9176c3f3

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

});