X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/969f365b3ee6d3cb54f98b23e1ebb97df9f801dd..bb42027c8fd9ed17234381d3c366c387a20592f0:/views/tabs/tabs.js?ds=sidebyside diff --git a/views/tabs/tabs.js b/views/tabs/tabs.js index bc14083..2a0bfb9 100644 --- a/views/tabs/tabs.js +++ b/views/tabs/tabs.js @@ -26,7 +26,7 @@ define([ this.nodes = { tabBar: this.$('.rng-view-tabs-tabBar'), content: this.$('.rng-view-tabs-content') - } + }; if(this.options.stacked) { this.nodes.tabBar.addClass('nav-stacked nav-pills').removeClass('nav-tabs'); @@ -103,7 +103,7 @@ define([ return { View: View - } + }; }); \ No newline at end of file