client/js/require-utils.js
author rougeronj
Wed, 09 Sep 2015 15:18:53 +0200
changeset 513 d55176dc72cc
parent 293 fba23fde14ba
permissions -rw-r--r--
Merge with 08d121184a38a7bee1dd9de3cb171c6758d59310

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

});