client/js/require-utils.js
author rougeronj
Sat, 18 Apr 2015 17:14:27 +0200
changeset 420 22393cbf4467
parent 293 fba23fde14ba
permissions -rw-r--r--
export the templates of nodeeditor to html files

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

});