client/js/require-utils.js
author rougeronj
Fri, 18 Sep 2015 15:37:50 +0200
changeset 531 78107f172e2a
parent 293 fba23fde14ba
permissions -rw-r--r--
close popup editor as soon as the node get hidden again clean title text to remove html and keep only the text

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

});