More highlighting
[fnpeditor.git] / modules / nodeBreadCrumbs / nodeBreadCrumbs.js
index 99143bc..1db8a22 100644 (file)
@@ -44,7 +44,9 @@ return function(sandbox) {
     return {\r
         start: function() { sandbox.publish('ready'); },\r
         getView: function() { return view.dom; },\r
-        setNode: function(node) { view.setNode(node); }\r
+        setNode: function(node) { view.setNode(node); },\r
+        highlightNode: function(id) { view.highlightNode(id); },\r
+        dimNode: function(id) { view.dimNode(id); }\r
     }\r
 }\r
 \r