client/js/require-utils.js
author rougeronj
Mon, 05 Jan 2015 17:36:33 +0100
changeset 367 9a3d5fdbf296
parent 293 fba23fde14ba
permissions -rw-r--r--
Update horizontal representation : place the node in staggered row for better visibility

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

});