This commit is contained in:
MIZUNE Pine
2014-10-30 03:09:35 +09:00
parent 1a9210fff5
commit 9d05959fea
+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;