mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:42:27 +01:00
whitespace fixes
This commit is contained in:
@@ -655,7 +655,8 @@ liberator.Hints = function () //{{{
|
||||
generate();
|
||||
|
||||
// get all keys from the input queue
|
||||
var mt = Components.classes["@mozilla.org/thread-manager;1"].getService().mainThread;
|
||||
var mt = Components.classes["@mozilla.org/thread-manager;1"]
|
||||
.getService().mainThread;
|
||||
while (mt.hasPendingEvents())
|
||||
mt.processNextEvent(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user