diff options
| author | Jacob Thornton <[email protected]> | 2012-06-20 10:40:56 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-06-20 10:40:56 -0700 |
| commit | b2b000b7502901e53cf499e68d8dd5bf522d3d4f (patch) | |
| tree | f93cb11d914ad49b70a08c0d6017b7e919d66c2b /js | |
| parent | 089f42a07fd9e7ed393e9e4961ec4f5ff61aa173 (diff) | |
| download | bootstrap-b2b000b7502901e53cf499e68d8dd5bf522d3d4f.tar.xz bootstrap-b2b000b7502901e53cf499e68d8dd5bf522d3d4f.zip | |
change transition end name for opera
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-transition.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js index 534182622..2f15dd009 100644 --- a/js/bootstrap-transition.js +++ b/js/bootstrap-transition.js @@ -36,7 +36,7 @@ , transEndEventNames = { 'WebkitTransition' : 'webkitTransitionEnd' , 'MozTransition' : 'transitionend' - , 'OTransition' : 'oTransitionEnd' + , 'OTransition' : 'otransitionend' , 'msTransition' : 'MSTransitionEnd' , 'transition' : 'transitionend' } |
