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
diff options
context:
space:
mode:
Diffstat (limited to 'js/bootstrap-transition.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 () {