mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:47:58 +01:00
declare some loop counters in followDocumentRelation and whitespace fixes
This commit is contained in:
@@ -709,9 +709,8 @@ const vimperator = (function () //{{{
|
||||
var mainThread = threadManager.mainThread;
|
||||
|
||||
var then = new Date().getTime(), now = then;
|
||||
for (; now - then < ms; now = new Date().getTime()) {
|
||||
for (; now - then < ms; now = new Date().getTime())
|
||||
mainThread.processNextEvent(true);
|
||||
}
|
||||
},
|
||||
|
||||
get windows()
|
||||
|
||||
Reference in New Issue
Block a user