mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
On second thought, keep what has been working
Related commit:
- 30c38de9bc
This commit is contained in:
parent
30c38de9bc
commit
9994033629
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
}
|
}
|
||||||
if ( fn instanceof Function === false ) { return; }
|
if ( fn instanceof Function === false ) { return; }
|
||||||
try {
|
try {
|
||||||
setTimeout(fn, 1);
|
fn();
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue