client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 03 Jun 2015 19:16:58 +0200
changeset 460 bdf851bb1c4f
parent 293 fba23fde14ba
permissions -rw-r--r--
add style to node and edge in java. implement data migration for schema version 2

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

});