aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-09-20 16:50:36 -0700
committerJacob Thornton <[email protected]>2012-09-20 16:50:36 -0700
commitebf94c53a5497ff6d2aa353027d3a2ac3b67b18a (patch)
tree53a28849e1ceb8b19c9697bc5d9dad3a32eacf72 /js
parent1716b0fdb5023ff45f0d28e5266db053aa64ccc6 (diff)
downloadbootstrap-ebf94c53a5497ff6d2aa353027d3a2ac3b67b18a.tar.xz
bootstrap-ebf94c53a5497ff6d2aa353027d3a2ac3b67b18a.zip
change transition.js, rebuild… travis maybe will be happy?
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-transition.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js
index 0d1cb003b..7fb0b5b95 100644
--- a/js/bootstrap-transition.js
+++ b/js/bootstrap-transition.js
@@ -20,13 +20,13 @@
!function ($) {
- $(function () {
+ "use strict"; // jshint ;_;
- "use strict"; // jshint ;_;
+ /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
+ * ======================================================= */
- /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
- * ======================================================= */
+ $(function () {
$.support.transition = (function () {