mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 04:04:12 +01:00
More tab-completion fixes
This commit is contained in:
@@ -80,10 +80,10 @@ function Timer(minInterval, maxInterval, callback)
|
||||
{
|
||||
timer.cancel();
|
||||
this.doneAt = 0;
|
||||
}
|
||||
};
|
||||
this.flush = function ()
|
||||
{
|
||||
if (this.latest)
|
||||
if (this.doneAt == -1)
|
||||
this.notify();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user