diff options
| author | fat <[email protected]> | 2013-12-24 12:40:24 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-12-24 12:40:24 -0800 |
| commit | 0a75e4c09b77035e9492006647da8d1900d24f75 (patch) | |
| tree | 8e64f8fd2db64d670a88e97d451c3ee0264dbfb6 /js | |
| parent | 558b6a478d6dfdc5a8ee579c93d1080b553ac9a0 (diff) | |
| download | bootstrap-0a75e4c09b77035e9492006647da8d1900d24f75.tar.xz bootstrap-0a75e4c09b77035e9492006647da8d1900d24f75.zip | |
fixes #10283
Diffstat (limited to 'js')
| -rw-r--r-- | js/transition.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/transition.js b/js/transition.js index 6dfd4298c..fac318af9 100644 --- a/js/transition.js +++ b/js/transition.js @@ -27,6 +27,8 @@ return { end: transEndEventNames[name] } } } + + return false // explicit for ie8 ( ._.) } // http://blog.alexmaccaw.com/css-transitions |
