client/js/require-utils.js
author rougeronj
Sat, 18 Apr 2015 17:53:02 +0200
changeset 422 6447f10b7d2c
parent 293 fba23fde14ba
permissions -rw-r--r--
export the templates of ldt-json-bin to html files

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

});