mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
async: fixed errors in async-tests.ts related to switch on TS 0.9.5
This commit is contained in:
parent
b3e31cb848
commit
ef86830809
@ -135,7 +135,7 @@ async.waterfall([
|
||||
], function (err, result) { });
|
||||
|
||||
|
||||
var q = async.queue(function (task, callback) {
|
||||
var q = async.queue(function (task: any, callback) {
|
||||
console.log('hello ' + task.name);
|
||||
callback();
|
||||
}, 2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user