vendor/assets/javascripts/bootstrap-transition.js in bootstrap-generators-2.1.1 vs vendor/assets/javascripts/bootstrap-transition.js in bootstrap-generators-2.2.1

- old
+ new

@@ -1,7 +1,7 @@ /* =================================================== - * bootstrap-transition.js v2.1.1 + * bootstrap-transition.js v2.2.1 * http://twitter.github.com/bootstrap/javascript.html#transitions * =================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,16 +18,16 @@ * ========================================================== */ !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 () { var transitionEnd = (function () { \ No newline at end of file