diff options
Diffstat (limited to 'js/tab.js')
| -rw-r--r-- | js/tab.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ this.element = $(element) } + Tab.VERSION = '3.1.1' + Tab.prototype.show = function () { var $this = this.element var $ul = $this.closest('ul:not(.dropdown-menu)') |
