mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-03 16:51:54 +02:00
Remove IE support and button bsChecked hack
This commit is contained in:
committed by
XhmikosR
parent
e866b1ae43
commit
6cfc78f2d9
@@ -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
|
||||
|
Reference in New Issue
Block a user