mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 02:54:12 +01:00
Hack...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user