1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 08:35:45 +01:00

Fix help link bugs, needs cleanup

This commit is contained in:
Kris Maglione
2009-01-02 18:40:32 -05:00
parent 5d1f9db967
commit 6d8194232f
3 changed files with 19 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ function Timer(minInterval, maxInterval, callback)
};
this.tell = function (arg)
{
if (arg !== undefined)
if (arguments.length > 0)
this.arg = arg;
let now = Date.now();