1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 08:18:06 +02:00

Update devDependencies. (#29447)

This commit is contained in:
XhmikosR
2019-10-07 09:31:12 +03:00
committed by GitHub
parent 60559d44a2
commit 622c914a3a
6 changed files with 232 additions and 151 deletions

View File

@@ -95,7 +95,7 @@ const supportScopeQuery = (() => {
try {
element.querySelectorAll(':scope *')
} catch (error) {
} catch (_) {
return false
}