tsfmt - src

This commit is contained in:
Johannes Rieken
2016-10-08 09:53:13 +02:00
parent c2c86bef86
commit 6681a2a7d6
998 changed files with 18491 additions and 18442 deletions

View File

@@ -87,7 +87,7 @@ export function request(options: IRequestOptions): TPromise<IRequestContext> {
req.end();
},
() => req && req.abort());
() => req && req.abort());
}
function isSuccess(context: IRequestContext): boolean {