From fc697e5ec2e7ed648b85cd4bc1e945effde11cba Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Fri, 17 Jul 2015 10:25:06 +0300 Subject: [PATCH] lint error fixed --- fetch/fetch.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch/fetch.d.ts b/fetch/fetch.d.ts index 6f6ff076e..67745571e 100644 --- a/fetch/fetch.d.ts +++ b/fetch/fetch.d.ts @@ -85,5 +85,6 @@ declare module "fetch" { type BodyInit = Blob|FormData|string; type RequestInfo = Request|string; + /* tslint:disable */ function fetch(url: string, init?: RequestInit): Promise; } \ No newline at end of file