Skip to content

Commit

Permalink
Add private comment to BaseComponent Class
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadSalman11 authored Feb 27, 2025
1 parent 90acd33 commit 2d7a74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/base-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class BaseComponent extends Config {
}
}

// Private
_queueCallback(callback, element, isAnimated = true) {
executeAfterTransition(callback, element, isAnimated)
}
Expand Down

0 comments on commit 2d7a74a

Please # to comment.