Merge pull request #8548 from vladeck/master

Add missing dataType to jquery-mockjax definition.
This commit is contained in:
Masahiro Wakame
2016-03-16 00:42:21 +09:00

View File

@@ -20,6 +20,7 @@ interface MockJaxSettings {
statusText?: string;
responseTime?: number;
isTimeout?: boolean;
dataType?: string;
contentType?: string;
response?: (settings: any) => void;
responseText?: string | Object;