]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add private comment to BaseComponent Class (#41254)
authorMohamad Salman <139472418+MohamadSalman11@users.noreply.github.com>
Tue, 22 Apr 2025 03:33:04 +0000 (05:33 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Apr 2025 03:33:04 +0000 (20:33 -0700)
js/src/base-component.js

index 8b02839577d0ba19f35306bca12e2780d5361ec7..7778c837cef37aef003345cb34f49db50081ebfa 100644 (file)
@@ -45,6 +45,7 @@ class BaseComponent extends Config {
     }
   }
 
+  // Private
   _queueCallback(callback, element, isAnimated = true) {
     executeAfterTransition(callback, element, isAnimated)
   }