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
path: root/js
diff options
context:
space:
mode:
authorPhil E. Taylor <phil@phil-taylor.com>2021-12-18 08:58:31 +0300
committerGitHub <noreply@github.com>2021-12-18 08:58:31 +0300
commitc2db7108c2ed45273fd4c9eb9155847153fe1512 (patch)
treec6ee4110dabffc119145ba6e965e9966698750a7 /js
parentf729e4c7d1d92d2888c76db0e2590f7adfb3a16b (diff)
Fix typo in comment (#35564)
s/moddal/modal
Diffstat (limited to 'js')
-rw-r--r--js/src/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/modal.js b/js/src/modal.js
index 569e6e5902..cc158d6ce5 100644
--- a/js/src/modal.js
+++ b/js/src/modal.js
@@ -369,7 +369,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (
})
})
- // avoid conflict when clicking moddal toggler while another one is open
+ // avoid conflict when clicking modal toggler while another one is open
const allReadyOpen = SelectorEngine.findOne(OPEN_SELECTOR)
if (allReadyOpen) {
Modal.getInstance(allReadyOpen).hide()