client/js/require-utils.js
author rougeronj
Thu, 24 Sep 2015 17:47:11 +0200
changeset 553 d05ee3bcceab
parent 293 fba23fde14ba
permissions -rw-r--r--
update translation and button text

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

});