client/js/require-utils.js
author rougeronj
Sat, 18 Apr 2015 16:54:38 +0200
changeset 417 e98756860daa
parent 293 fba23fde14ba
permissions -rw-r--r--
update test template to load templates.js

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

});