client/js/require-utils.js
author rougeronj
Thu, 24 Sep 2015 13:32:20 +0200
changeset 548 f5cd65589fa7
parent 293 fba23fde14ba
permissions -rw-r--r--
grunt and copy-server

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

});