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 fd857cb38c..9e74c7cd2d 100644
--- a/js/src/dom/polyfill.js
+++ b/js/src/dom/polyfill.js
@@ -95,7 +95,7 @@ const supportScopeQuery = (() => {
try {
element.querySelectorAll(':scope *')
- } catch (error) {
+ } catch (_) {
return false
}