Missing semicolons
[fnpeditor.git] / modules / nodeBreadCrumbs / nodeBreadCrumbs.js
index c147c09..7331def 100644 (file)
@@ -47,7 +47,7 @@ return function(sandbox) {
         dimNode: function(node) {\r
             this.dom.find('a[data-id="'+node.id+'"]').removeClass('rng-common-hoveredNode');\r
         }\r
-    }\r
+    };\r
     \r
     view.setup();\r
     \r
@@ -61,7 +61,7 @@ return function(sandbox) {
         },\r
         highlightNode: function(id) { view.highlightNode(id); },\r
         dimNode: function(id) { view.dimNode(id); }\r
-    }\r
-}\r
+    };\r
+};\r
 \r
 });
\ No newline at end of file