Update some deprecated function calls
This commit is contained in:
parent
2beb2c514c
commit
a076edc836
4 changed files with 11 additions and 12 deletions
|
@ -165,12 +165,6 @@ ConcurrentCaller.prototype.runAll = function () {
|
|||
}
|
||||
|
||||
|
||||
ConcurrentCaller.prototype.fcall = function (func) {
|
||||
this._log("fcall() is deprecated -- use start()");
|
||||
return this.start(func);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Wait for all running tasks to complete
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue