ender-bootstrap-transition
Advanced tools
+2
-2
@@ -16,6 +16,6 @@ { | ||
| "dependencies": { | ||
| "ender-bootstrap-base": "2.1.1" | ||
| "ender-bootstrap-base": "2.2.0" | ||
| }, | ||
| "main": "transition.js", | ||
| "version": "2.1.1" | ||
| "version": "2.2.0" | ||
| } |
+5
-5
| /* =================================================== | ||
| * bootstrap-transition.js v2.1.1 | ||
| * bootstrap-transition.js v2.2.0 | ||
| * http://twitter.github.com/bootstrap/javascript.html#transitions | ||
@@ -23,9 +23,9 @@ * =================================================== | ||
| $.domReady(function () { | ||
| "use strict"; // jshint ;_; | ||
| "use strict"; // jshint ;_; | ||
| /* CSS TRANSITION SUPPORT (http://www.modernizr.com/) | ||
| * ======================================================= */ | ||
| /* CSS TRANSITION SUPPORT (http://www.modernizr.com/) | ||
| * ======================================================= */ | ||
| $.domReady(function () { | ||
@@ -32,0 +32,0 @@ $.support.transition = (function () { |
2224
-0.27%+ Added
+ Added
- Removed
Updated