Fixed typo.

This commit is contained in:
hackademix 2020-09-14 07:54:42 +02:00
parent 539eb417df
commit 24b257f0b3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
return;
}
if (ocumentFreezer.suppressedScripts === 0 && readyState === "loading") {
if (DocumentFreezer.suppressedScripts === 0 && readyState === "loading") {
// we don't care reloading, if no script has been suppressed
// and no readyState change has been fired yet
DocumentFreezer.unfreeze();