diff options
| author | Jacob Thornton <[email protected]> | 2012-09-20 16:50:36 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-09-20 16:50:36 -0700 |
| commit | ebf94c53a5497ff6d2aa353027d3a2ac3b67b18a (patch) | |
| tree | 53a28849e1ceb8b19c9697bc5d9dad3a32eacf72 /js | |
| parent | 1716b0fdb5023ff45f0d28e5266db053aa64ccc6 (diff) | |
| download | bootstrap-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.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 () { |
