mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 693029 - Followup - inconsistent quoting style sneaked in. DONTBUILD.
This commit is contained in:
parent
3a27373f9a
commit
d86717645b
@ -4145,7 +4145,7 @@ var XULBrowserWindow = {
|
||||
}
|
||||
|
||||
function onContentRSChange(e) {
|
||||
if (e.target.readyState != 'interactive' && e.target.readyState != "complete")
|
||||
if (e.target.readyState != "interactive" && e.target.readyState != "complete")
|
||||
return;
|
||||
|
||||
e.target.removeEventListener("readystate", onContentRSChange);
|
||||
|
Loading…
Reference in New Issue
Block a user