mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-30 18:30:30 +02:00
Merge pull request #13786 from twbs/fat-13430
add special transitionend type to test event origin
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
|
||||
$.support.transition && this.$tip.hasClass('fade') ?
|
||||
$tip
|
||||
.one($.support.transition.end, complete)
|
||||
.one('bsTransitionEnd', complete)
|
||||
.emulateTransitionEnd(150) :
|
||||
complete()
|
||||
}
|
||||
@@ -298,7 +298,7 @@
|
||||
|
||||
$.support.transition && this.$tip.hasClass('fade') ?
|
||||
$tip
|
||||
.one($.support.transition.end, complete)
|
||||
.one('bsTransitionEnd', complete)
|
||||
.emulateTransitionEnd(150) :
|
||||
complete()
|
||||
|
||||
|
Reference in New Issue
Block a user