mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
tslint: less implicit any use
This commit is contained in:
@@ -692,7 +692,7 @@ export class Builder implements IDisposable {
|
||||
}
|
||||
};
|
||||
|
||||
return this.on(arg1, fn, listenerToUnbindContainer);
|
||||
return this.on(arg1, fn, listenerToUnbindContainer, useCapture);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user