1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

On second thought, keep what has been working

Related commit:
- 30c38de9bc
This commit is contained in:
Raymond Hill 2020-10-13 19:02:37 -04:00
parent 30c38de9bc
commit 9994033629
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -57,7 +57,7 @@
}
if ( fn instanceof Function === false ) { return; }
try {
setTimeout(fn, 1);
fn();
} catch (ex) {
}
};