mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
d7f751d42b
commit
64c92a96a3
|
@ -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 New Issue