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