mirror of
https://github.com/gorhill/uBlock.git
synced 2025-04-06 00:12:00 +08:00
Minor
This commit is contained in:
parent
69ff3ca6fb
commit
760bd23c5e
@ -2691,7 +2691,7 @@ function trustedPreventDomBypass(
|
||||
for (;;) {
|
||||
const pos = chain.indexOf('.');
|
||||
if ( pos === -1 ) { break; }
|
||||
const prop = chain.slice(0, pos)
|
||||
const prop = chain.slice(0, pos);
|
||||
me = me[prop]; it = it[prop];
|
||||
chain = chain.slice(pos+1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user