client/js/require-utils.js
author rougeronj
Fri, 12 Jun 2015 14:42:27 +0200
changeset 476 7e9495eb3cb0
parent 293 fba23fde14ba
permissions -rw-r--r--
add router file to the list of file to concatenate during building

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

});