summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-05 16:10:35 +0200
committerAlon Levy <alon@pobox.com>2015-01-05 16:10:35 +0200
commit60bbc8f79b1c770c8dae099fdd8edd6dbed27960 (patch)
tree86f85233353b27cd85ea90a92bd6d3d73bd2d09e
parent51ea23cd2b521577e1398f7bc143643aab3f92cd (diff)
client/selection: add debug helper
-rw-r--r--src/client/view/selection.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/selection.js b/src/client/view/selection.js
index 7ce70d3f..4d8495a5 100644
--- a/src/client/view/selection.js
+++ b/src/client/view/selection.js
@@ -155,6 +155,7 @@ return {
selected_class__link: selected_class__link,
node_selected: node_selected,
selectionChangedBus: selectionChangedBus,
+ __get_selected_nodes: function() { return selected_nodes; },
};
});