1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 02:54:12 +01:00
This commit is contained in:
Kris Maglione
2009-04-29 17:34:04 -04:00
parent 2c8880ac59
commit 2578a77f52
2 changed files with 2 additions and 2 deletions

View File

@@ -1391,7 +1391,7 @@ const liberator = (function () //{{{
if (liberator.interrupted)
throw new Error("Interrupted");
}
while (flush && mainThread.hasPendingEvents());
while (flush === true && mainThread.hasPendingEvents());
},
variableReference: function (string)