aboutsummaryrefslogtreecommitdiff
path: root/js/transition.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/transition.js')
-rw-r--r--js/transition.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/transition.js b/js/transition.js
index e8f318beb..5be3b01d4 100644
--- a/js/transition.js
+++ b/js/transition.js
@@ -1,6 +1,6 @@
/* ========================================================================
- * Bootstrap: transition.js v3.0.0
- * http://twbs.github.com/bootstrap/javascript.html#transitions
+ * 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);