X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a398f2a96740ebe6dd60559d90e74c648e7009af..1d56a243018175d9f384e995e1cf4531fcf0c648:/views/tabs/tabs.js?ds=sidebyside

diff --git a/views/tabs/tabs.js b/views/tabs/tabs.js
index 8c92b0f..6cbf28f 100644
--- a/views/tabs/tabs.js
+++ b/views/tabs/tabs.js
@@ -15,7 +15,7 @@ define([
         
         initialize: function(options) {
             this.options = options || {};
-            this.template = _.template(mainTemplate),
+            this.template = _.template(mainTemplate);
             this.handleTemplate = _.template(handleTemplate);
             this.contents = {};
             this.selectedTab = null;