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:
Diffstat (limited to 'js/src/dom/polyfill.js')
-rw-r--r--js/src/dom/polyfill.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/dom/polyfill.js b/js/src/dom/polyfill.js
index 579b7a10ed..eaf07552e8 100644
--- a/js/src/dom/polyfill.js
+++ b/js/src/dom/polyfill.js
@@ -34,7 +34,7 @@ const Polyfill = (() => {
try {
element.querySelectorAll(':scope *')
- } catch (e) {
+ } catch (error) {
return false
}