client/js/require-utils.js
author rougeronj
Fri, 12 Jun 2015 15:14:48 +0200
changeset 478 d40fac25b36a
parent 293 fba23fde14ba
permissions -rw-r--r--
Merge with 374e17d0d96a080d707d8878b047833a9e96ce5e

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

});