client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Tue, 10 Jan 2017 17:36:30 +0100
changeset 649 2b9c120dba55
parent 293 fba23fde14ba
permissions -rw-r--r--
first implementation of node title size and color

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

});