client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 02 Oct 2015 13:45:40 +0200
changeset 574 de0d488a0a1b
parent 293 fba23fde14ba
permissions -rw-r--r--
add call to grunt to build client before compilation of java server and correct maven spring version problem

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

});