aboutsummaryrefslogtreecommitdiff
path: root/js/tab.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-14 16:20:19 -0800
committerMark Otto <[email protected]>2013-12-14 16:20:19 -0800
commit83c60ef3eec234b3dac94c841fd1f13f94aab36f (patch)
tree0d896dedbbd47723ab769b139b63a5a58778e578 /js/tab.js
parent3bfa630d2afe70452861b2466daab78daa47dda8 (diff)
parent4afcebe0e71aafd0cfb501548a6591effdbe2e70 (diff)
downloadbootstrap-83c60ef3eec234b3dac94c841fd1f13f94aab36f.tar.xz
bootstrap-83c60ef3eec234b3dac94c841fd1f13f94aab36f.zip
Merge branch 'master' into pr/11107
Conflicts: docs-assets/js/raw-files.js
Diffstat (limited to 'js/tab.js')
-rw-r--r--js/tab.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/tab.js b/js/tab.js
index 10dc7e99b..c584ebf98 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -1,8 +1,8 @@
/* ========================================================================
- * Bootstrap: tab.js v3.0.0
- * http://twbs.github.com/bootstrap/javascript.html#tabs
+ * Bootstrap: tab.js v3.0.3
+ * http://getbootstrap.com/javascript/#tabs
* ========================================================================
- * Copyright 2012 Twitter, Inc.
+ * Copyright 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
* ======================================================================== */
-+function ($) { "use strict";
++function ($) { 'use strict';
// TAB CLASS DEFINITION
// ====================
@@ -132,4 +132,4 @@
$(this).tab('show')
})
-}(window.jQuery);
+}(jQuery);