This commit is contained in:
Cameron Kaiser 2020-01-25 18:06:13 -08:00
parent 35a4358b3d
commit 71110bf965
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ var Readerable = {
if (!(uri.schemeIs("http") || uri.schemeIs("https"))) {
return false;
}
if (!(this.isEnabledForParseOnLoad())) {
if (!(this.isEnabledForParseOnLoad)) {
// TenFourFox issue 585
// Do this check here as well.
return false;