mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 21:51:04 +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++;
|
this.callCount++;
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
this.resetCount = function() {
|
||||||
|
this.callCount = 0;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
var TaskQueue = function() {
|
var TaskQueue = function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user