mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-10-21 08:10:58 +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.f = f;
|
||||||
this.params = params;
|
this.params = params;
|
||||||
this.nextTask = null;
|
this.nextTask = null;
|
||||||
|
this.when = 0;
|
||||||
this.setNextTask = function(task) {
|
this.setNextTask = function(task) {
|
||||||
this.nextTask = task;
|
this.nextTask = task;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user