Another set of missing semicolons
[fnpeditor.git] / views / tabs / tabs.js
index bc14083..2a0bfb9 100644 (file)
@@ -26,7 +26,7 @@ define([
             this.nodes = {\r
                 tabBar: this.$('.rng-view-tabs-tabBar'),\r
                 content: this.$('.rng-view-tabs-content')\r
-            }\r
+            };\r
             \r
             if(this.options.stacked) {\r
                 this.nodes.tabBar.addClass('nav-stacked nav-pills').removeClass('nav-tabs');\r
@@ -103,7 +103,7 @@ define([
     \r
     return {\r
         View: View\r
-    }\r
+    };\r
     \r
 \r
 });
\ No newline at end of file