aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-transition.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/bootstrap-transition.js')
-rw-r--r--js/bootstrap-transition.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js
index 8ff3c9002..d34caa1b9 100644
--- a/js/bootstrap-transition.js
+++ b/js/bootstrap-transition.js
@@ -18,11 +18,12 @@
* ========================================================== */
-!function ( $ ) {
+!function ($) {
$(function () {
- "use strict"
+ "use strict"; // jshint ;_;
+
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
* ======================================================= */
@@ -57,4 +58,4 @@
})
-}( window.jQuery ); \ No newline at end of file
+}(window.jQuery); \ No newline at end of file