diff options
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.js | 4 |
1 files changed, 2 insertions, 2 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 8d5361fe..7d533e8d 100644 --- a/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js +++ b/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: tab.js v3.3.5 + * Bootstrap: tab.js v3.3.6 * http://getbootstrap.com/javascript/#tabs * ======================================================================== * Copyright 2011-2015 Twitter, Inc. @@ -19,7 +19,7 @@ // jscs:enable requireDollarBeforejQueryAssignment } - Tab.VERSION = '3.3.5' + Tab.VERSION = '3.3.6' Tab.TRANSITION_DURATION = 150 |