client/js/require-utils.js
author rougeronj
Tue, 22 Sep 2015 15:32:43 +0200
changeset 544 08c496adb0f0
parent 293 fba23fde14ba
permissions -rw-r--r--
Merge with 568d9ccca024973800568c711481f20d81044625

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

});