client/js/require-utils.js
author rougeronj
Tue, 16 Jun 2015 11:36:09 +0200
changeset 482 a55c33989404
parent 293 fba23fde14ba
permissions -rw-r--r--
add type selector in the node editor add node_editor_template options to add custom templates for the node editor

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

});