mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
This commit is contained in:
parent
d7f751d42b
commit
64c92a96a3
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ vAPI.matchesProp = (function() {
|
|||
return 'mozMatchesSelector';
|
||||
} else if ( typeof docElem.webkitMatchesSelector === 'function' ) {
|
||||
return 'webkitMatchesSelector';
|
||||
} else if ( typeof docElem.msMatchesSelector === 'function' ) {
|
||||
return 'msMatchesSelector';
|
||||
}
|
||||
}
|
||||
return 'matches';
|
||||
|
|
|
|||
Loading…
Reference in a new issue