1
0
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:
Kris Maglione
2009-01-08 21:07:14 -05:00
parent c4f5d4f84d
commit b096266e75

View File

@@ -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();
};
}