client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Tue, 26 Jul 2016 18:24:17 +0200
changeset 631 26480a3604b4
parent 293 fba23fde14ba
permissions -rw-r--r--
add a way to search for a node id in the serach tool

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

});