Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-09-21 03:50:36 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-09-21 03:50:36 +0400
commitebf94c53a5497ff6d2aa353027d3a2ac3b67b18a (patch)
tree53a28849e1ceb8b19c9697bc5d9dad3a32eacf72 /js
parent1716b0fdb5023ff45f0d28e5266db053aa64ccc6 (diff)
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 0d1cb003bf..7fb0b5b95a 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 () {