mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Add private comment to BaseComponent Class (#41254)
This commit is contained in:
@@ -45,6 +45,7 @@ class BaseComponent extends Config {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Private
|
||||||
_queueCallback(callback, element, isAnimated = true) {
|
_queueCallback(callback, element, isAnimated = true) {
|
||||||
executeAfterTransition(callback, element, isAnimated)
|
executeAfterTransition(callback, element, isAnimated)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user