Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-01 16:49:51 +0300
committerGitHub <noreply@github.com>2020-11-01 16:49:51 +0300
commit421e2482e2a0a38dd821876957cade8e5e3d579d (patch)
treecc40f1c1da67685289c41b7b4deb5b79bf3b10c8 /js/src/button.js
parentc21506d499c682ea5e31107ce264b224c4bb644d (diff)
Streamline jQuery comment. (#32016)
Diffstat (limited to 'js/src/button.js')
-rw-r--r--js/src/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/button.js b/js/src/button.js
index c520aa117d..a07c8c0522 100644
--- a/js/src/button.js
+++ b/js/src/button.js
@@ -101,7 +101,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, event => {
* ------------------------------------------------------------------------
* jQuery
* ------------------------------------------------------------------------
- * add .button to jQuery only if jQuery is present
+ * add .Button to jQuery only if jQuery is present
*/
onDOMContentLoaded(() => {