diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-01-11 16:16:00 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-01-11 18:30:42 +0200 |
| commit | 3b72ea8c340045bf73cba5b4c95078572c70eaf5 (patch) | |
| tree | e987743865be4fd5c540024e2d6cb144203731b6 /src/client | |
| parent | cbb56c76266ae56fa1c71a0700b5e3c2c0075535 (diff) | |
rename adapt_format_write_topo_diff -> adapt_format_write_diff__topo
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/model/util.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/model/util.js b/src/client/model/util.js index 501edc21..4c615519 100644 --- a/src/client/model/util.js +++ b/src/client/model/util.js @@ -99,7 +99,7 @@ define([ 'jquery', 'model/diff' ], function($, model_diff) { * write adapt diff from node set, link set. sets may be passed by reference * as they are cloned */ - function adapt_format_write_topo_diff(n_set, l_set) { + function adapt_format_write_diff__topo(n_set, l_set) { var new_n_set = $.extend([], n_set); var new_l_set = $.extend([], l_set); @@ -124,6 +124,7 @@ define([ 'jquery', 'model/diff' ], function($, model_diff) { adapt_format_read_link_ptr : adapt_format_read_link_ptr, adapt_format_write_node : adapt_format_write_node, adapt_format_write_link : adapt_format_write_link, - adapt_format_write_topo_diff : adapt_format_write_topo_diff, + + adapt_format_write_diff__topo : adapt_format_write_diff__topo, } }); |
