aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-tab.js
diff options
context:
space:
mode:
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