summaryrefslogtreecommitdiff
path: root/src/view
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-08 11:35:22 +0200
committerAlon Levy <alon@pobox.com>2014-12-08 11:37:43 +0200
commit19361430c6e85014baea8428cde8d20daec4e2c3 (patch)
treeb11a40fbcf5af81bf1771880f28dbaeb97f15853 /src/view
parent489743a90b197253ae0e02f0d132269d47fbee1f (diff)
selection: export node_selected for reordering nodes
Diffstat (limited to 'src/view')
-rw-r--r--src/view/selection.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/selection.js b/src/view/selection.js
index 4176676a..d51d1a4b 100644
--- a/src/view/selection.js
+++ b/src/view/selection.js
@@ -96,6 +96,7 @@ return {
clear: clear,
update: update,
selected_class: selected_class,
+ node_selected: node_selected,
};
});