From 9d05959feaaa5e869b5ba49159a5a27c3bd47311 Mon Sep 17 00:00:00 2001 From: MIZUNE Pine Date: Thu, 30 Oct 2014 03:09:35 +0900 Subject: [PATCH] Bugfix --- zepto/zepto.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zepto/zepto.d.ts b/zepto/zepto.d.ts index d85072a66f..5aa3aa8258 100644 --- a/zepto/zepto.d.ts +++ b/zepto/zepto.d.ts @@ -1576,7 +1576,7 @@ interface ZeptoAjaxSettings { contentType?: string; dataType?: string; timeout?: number; - headers?: string; + headers?: { [key: string]: string }; async?: boolean; global?: boolean; context?: any;