client/js/require-utils.js
author rougeronj
Fri, 18 Sep 2015 15:58:21 +0200
changeset 532 030f2e4c0664
parent 293 fba23fde14ba
permissions -rw-r--r--
close the edge popup editor as soon as the edge get hidden again

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

});