From ebf94c53a5497ff6d2aa353027d3a2ac3b67b18a Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 20 Sep 2012 16:50:36 -0700 Subject: =?UTF-8?q?change=20transition.js,=20rebuild=E2=80=A6=20travis=20m?= =?UTF-8?q?aybe=20will=20be=20happy=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/bootstrap-transition.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js') 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 () { -- cgit v1.2.3