client/js/require-utils.js
author rougeronj
Mon, 05 Oct 2015 11:20:41 +0200
changeset 579 197fbb208e0d
parent 293 fba23fde14ba
permissions -rw-r--r--
increment version

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

});