summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/model/diff.js1
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; },
}
});