client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Thu, 08 Oct 2015 11:49:06 +0200
changeset 582 bbe6a9f2bf0e
parent 293 fba23fde14ba
permissions -rw-r--r--
java upgrade gretty plugin to correct problem with spring loaded version and new java 1.8.0_xx version (xx >= 40)

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

});