client/js/require-utils.js
author rougeronj
Wed, 06 May 2015 10:38:01 +0200
changeset 447 e246651b6626
parent 293 fba23fde14ba
permissions -rw-r--r--
replace tabs by spaces

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

});