diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-21 16:16:58 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-21 16:18:52 +0200 |
| commit | 3b9a6b8986d2b24e9cd2926b2df82f2e70e06e5c (patch) | |
| tree | 23e9108a4fcca20679c82f1097402258df7adc6a /src/client/model/diff.js | |
| parent | 96eb2efd8605d41264e5c843b8c8ea22f54f9d5c (diff) | |
client/model/diff: add is_topo_diff
Diffstat (limited to 'src/client/model/diff.js')
| -rw-r--r-- | src/client/model/diff.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/model/diff.js b/src/client/model/diff.js index 211c9ac1..fa5fe9e1 100644 --- a/src/client/model/diff.js +++ b/src/client/model/diff.js @@ -265,5 +265,6 @@ define([], new_vis_diff : new_vis_diff, new_diff_set : new_diff_set, is_attr_diff: function (obj) { return obj instanceof Attr_Diff; }, + is_topo_diff: function (obj) { return obj instanceof Topo_Diff; }, } }); |
