1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 22:05:46 +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

@@ -905,7 +905,7 @@ function Events() //{{{
try
{
liberator.threadYield(false, true);
liberator.threadYield(1, true);
noremap = !!noremap;

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)