Merge pull request #3055 from pine613/fix/zepto/ajax

Bugfix
This commit is contained in:
Masahiro Wakame
2014-10-30 14:55:47 +09:00
+1 -1
View File
@@ -1576,7 +1576,7 @@ interface ZeptoAjaxSettings {
contentType?: string;
dataType?: string;
timeout?: number;
headers?: string;
headers?: { [key: string]: string };
async?: boolean;
global?: boolean;
context?: any;