client/js/require-utils.js
author rougeronj
Sat, 18 Apr 2015 16:47:18 +0200
changeset 416 54a9de7e2b45
parent 293 fba23fde14ba
permissions -rw-r--r--
add grunt JST to compilate the templates

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

});