aboutsummaryrefslogtreecommitdiff
path: root/js/tab.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tab.js')
-rw-r--r--js/tab.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tab.js b/js/tab.js
index 5a6b6a331..0078453c5 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -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)')