X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a398f2a96740ebe6dd60559d90e74c648e7009af..61a11b4e16b955a231391273e91ffc6ced32fa67:/views/tabs/tabs.js 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;