client/js/require-utils.js
author rougeronj
Fri, 18 Sep 2015 15:59:44 +0200
changeset 533 b7725d8f094d
parent 293 fba23fde14ba
permissions -rw-r--r--
add a delay before a node get hidden again to get time to reach it with the cursor

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

});