From ed6c70471f495b2437b6e4d915154979fa78670d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Mon, 1 Jul 2013 10:40:29 +0200 Subject: [PATCH] Missing semicolon --- views/tabs/tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1