1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 09:24:12 +01:00

Revert "fixed :open completions for slow computers. We now yield"

This reverts commit b32cfe76ff5f5a22e868eb8ab97191b12561e16e.
This commit is contained in:
Kris Maglione
2009-01-06 22:09:35 -05:00
parent 0cb74ad157
commit 3116c16d54
3 changed files with 26 additions and 55 deletions

View File

@@ -1362,7 +1362,6 @@ const liberator = (function () //{{{
callback.call(self);
},
// TODO: interruptable not used?
threadYield: function (flush, interruptable)
{
let mainThread = services.get("threadManager").mainThread;