mirror of https://github.com/twbs/bootstrap.git
Add private comment to BaseComponent Class (#41254)
This commit is contained in:
parent
dd4e14499f
commit
5c5f2913df
|
@ -45,6 +45,7 @@ class BaseComponent extends Config {
|
|||
}
|
||||
}
|
||||
|
||||
// Private
|
||||
_queueCallback(callback, element, isAnimated = true) {
|
||||
executeAfterTransition(callback, element, isAnimated)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue