aboutsummaryrefslogtreecommitdiff
path: root/js/transition.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/transition.js')
-rw-r--r--js/transition.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/transition.js b/js/transition.js
index d3a7abffb..5be3b01d4 100644
--- a/js/transition.js
+++ b/js/transition.js
@@ -1,5 +1,5 @@
/* ========================================================================
- * Bootstrap: transition.js v3.0.0
+ * Bootstrap: transition.js v3.0.3
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
* Copyright 2013 Twitter, Inc.
@@ -18,7 +18,7 @@
* ======================================================================== */
-+function ($) { "use strict";
++function ($) { 'use strict';
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
// ============================================================
@@ -53,4 +53,4 @@
$.support.transition = transitionEnd()
})
-}(window.jQuery);
+}(jQuery);