aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom/selectorEngine.js
diff options
context:
space:
mode:
authorAlessandro Chitolina <[email protected]>2018-09-25 20:06:09 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commit6cfc78f2d95eca0b6fc6d0a19a76a1102f8c2254 (patch)
treedd19d586681fe3da215a55e363ae3dadcf1e97c7 /js/src/dom/selectorEngine.js
parente866b1ae432f387180b18b21fed59cd21b62957e (diff)
downloadbootstrap-6cfc78f2d95eca0b6fc6d0a19a76a1102f8c2254.tar.xz
bootstrap-6cfc78f2d95eca0b6fc6d0a19a76a1102f8c2254.zip
Remove IE support and button bsChecked hack
Diffstat (limited to 'js/src/dom/selectorEngine.js')
-rw-r--r--js/src/dom/selectorEngine.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/dom/selectorEngine.js b/js/src/dom/selectorEngine.js
index ee2f00485..1da34331d 100644
--- a/js/src/dom/selectorEngine.js
+++ b/js/src/dom/selectorEngine.js
@@ -15,7 +15,7 @@ import Util from '../util'
*/
const closest = Polyfill.closest
-const matchesFn = Polyfill.matches
+const matchesFn = Element.prototype.matches
const find = Polyfill.find
const findOne = Polyfill.findOne
const nodeText = 3