aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-tab.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-14 16:29:53 -0700
committerJacob Thornton <[email protected]>2012-04-14 16:29:53 -0700
commit575f18aaf49abb0289185f6409bee031947ccf69 (patch)
treed3548124fab9ba1affe9e056665a46a20432a5c7 /js/bootstrap-tab.js
parent8575a452942001bce522e8e258d9e192d24cb6ec (diff)
downloadbootstrap-575f18aaf49abb0289185f6409bee031947ccf69.tar.xz
bootstrap-575f18aaf49abb0289185f6409bee031947ccf69.zip
add jshint support + a few minor stylistic changes
Diffstat (limited to 'js/bootstrap-tab.js')
-rw-r--r--js/bootstrap-tab.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/js/bootstrap-tab.js b/js/bootstrap-tab.js
index d46ef790a..6255d53ef 100644
--- a/js/bootstrap-tab.js
+++ b/js/bootstrap-tab.js
@@ -18,9 +18,10 @@
* ======================================================== */
-!function ( $ ) {
+!function ($) {
+
+ "use strict"; // jshint ;_;
- "use strict"
/* TAB CLASS DEFINITION
* ==================== */
@@ -131,4 +132,4 @@
})
})
-}( window.jQuery ); \ No newline at end of file
+}(window.jQuery); \ No newline at end of file