diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-19 16:05:57 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-19 16:07:08 +0200 |
| commit | ba6bb32a05aa52bcd85c9d0e7425dd090339d4fe (patch) | |
| tree | 553d6eaa63732cb34a60d59e63e3bae3b14a9c2a /src/model | |
| parent | 7678accbc37262f811484669931ad87aaf2675b3 (diff) | |
init_force_layout() - adapt Link with __src,__dst property aliaseswip/addNode-refactoring
Diffstat (limited to 'src/model')
| -rw-r--r-- | src/model/core.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/core.js b/src/model/core.js index a6c66960..7c123fd2 100644 --- a/src/model/core.js +++ b/src/model/core.js @@ -161,6 +161,8 @@ define([], function() { return { init : init, + Node: Node, // allow model adaptation + Link: Link, // allow model adaptation random_node_name : random_node_name, crete_node_from_spec : crete_node_from_spec, crete_link_from_spec : crete_link_from_spec, |
