Update some deprecated function calls

This commit is contained in:
Dan Stillman 2016-12-29 15:39:09 -05:00
parent 2beb2c514c
commit a076edc836
4 changed files with 11 additions and 12 deletions

View file

@ -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
*