mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 00:15:14 +00:00
Update task.js
This commit is contained in:
parent
d00ece90c1
commit
4ece56e47e
|
@ -20,6 +20,7 @@ var Task = function(f, params)
|
|||
this.f = f;
|
||||
this.params = params;
|
||||
this.nextTask = null;
|
||||
this.when = 0;
|
||||
this.setNextTask = function(task) {
|
||||
this.nextTask = task;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user