diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-transition.js | 8 |
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 () { |
