client/js/require-utils.js
author rougeronj
Sat, 18 Apr 2015 17:52:37 +0200
changeset 421 6cf2ef158f9b
parent 293 fba23fde14ba
permissions -rw-r--r--
update jst grunt to crawl inside the nested templates folders

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

});