summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js')
-rw-r--r--bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js b/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js
index d59827f2..ddb7fc9c 100644
--- a/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js
+++ b/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js
@@ -1,8 +1,8 @@
/* ========================================================================
- * Bootstrap: tab.js v3.3.1
+ * Bootstrap: tab.js v3.3.2
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
+ * Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
@@ -17,7 +17,7 @@
this.element = $(element)
}
- Tab.VERSION = '3.3.1'
+ Tab.VERSION = '3.3.2'
Tab.TRANSITION_DURATION = 150