mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix typo in variable name
This commit is contained in:
parent
83df04a53d
commit
31d82c494b
1 changed files with 1 additions and 1 deletions
|
|
@ -2104,7 +2104,7 @@ builtinScriptlets.push({
|
|||
// if this works well and proves to be useful, this may end up
|
||||
// as a stock tool in uBO's popup panel.
|
||||
function overlayBuster(allFrames) {
|
||||
if ( allFrame === '' && window !== window.top ) { return; }
|
||||
if ( allFrames === '' && window !== window.top ) { return; }
|
||||
var tstart;
|
||||
var ttl = 30000;
|
||||
var delay = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue