diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-01-13 00:31:01 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-01-13 00:31:01 +0200 |
| commit | 7a4939ac6fda42efc26de4327858caffeaefb857 (patch) | |
| tree | ed686ab16aa656f87441c965ae31fa5a936f5ee0 /src/client/model/diff.js | |
| parent | 2459b68954750c4f6a4706f38437d8b27a67e1f2 (diff) | |
add_node_attr_rm -> add_node_attr_remove
Diffstat (limited to 'src/client/model/diff.js')
| -rw-r--r-- | src/client/model/diff.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/model/diff.js b/src/client/model/diff.js index 403b8de9..27263b19 100644 --- a/src/client/model/diff.js +++ b/src/client/model/diff.js @@ -99,7 +99,7 @@ define([], return this; } - Attr_Diff.prototype.add_node_attr_rm = function(n_id, attr_name) { + Attr_Diff.prototype.add_node_attr_remove = function(n_id, attr_name) { if (undefined == this[n_id]) { this.init_attr_diff(n_id); } @@ -117,7 +117,7 @@ define([], return this; } - Attr_Diff.prototype.add_link_attr_rm = function(l_id, attr_name) { + Attr_Diff.prototype.add_link_attr_remove = function(l_id, attr_name) { if (undefined == this[l_id]) { this.init_attr_diff(l_id); } |
