summaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-23 10:56:44 +0200
committerLV-426 <lv-426@taproot.org.il>2014-11-23 10:56:44 +0200
commit3e75ab6c5aa64e9cf4d438dc714e64438675775c (patch)
tree4b16680cead36abb96a06aecc2d4ac7fbe82d547 /src/model
parentfd3897dbb6d926dbbbce08d2a6c98fa7e0641868 (diff)
init_force_layout() - adapt Link with __src,__dst property aliases
Diffstat (limited to 'src/model')
-rw-r--r--src/model/core.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/core.js b/src/model/core.js
index 54aeb359..5dfd14fc 100644
--- a/src/model/core.js
+++ b/src/model/core.js
@@ -164,6 +164,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,