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; } if ( fn instanceof Function === false ) { return; }
try { try {
setTimeout(fn, 1); fn();
} catch (ex) { } catch (ex) {
} }
}; };