client/js/require-utils.js
author rougeronj
Thu, 18 Jun 2015 16:53:16 +0200
changeset 488 1324bd8747ff
parent 293 fba23fde14ba
permissions -rw-r--r--
grunt copy-server the new changes of the client

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

});