mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update task.js
This commit is contained in:
parent
23a3e27058
commit
cd9d2d2939
|
@ -39,6 +39,9 @@ var Task = function(f, params) {
|
|||
this.callCount++;
|
||||
return this;
|
||||
};
|
||||
this.resetCount = function() {
|
||||
this.callCount = 0;
|
||||
};
|
||||
};
|
||||
|
||||
var TaskQueue = function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user