From 098786e2e135021211c48693629d07db09ff29ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20=C4=90oki=C4=87?= Date: Mon, 14 Mar 2016 17:32:51 +0100 Subject: [PATCH] Add dataType to MockJaxSettings. --- jquery-mockjax/jquery-mockjax.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery-mockjax/jquery-mockjax.d.ts b/jquery-mockjax/jquery-mockjax.d.ts index df13175524..6cf2d2c06a 100644 --- a/jquery-mockjax/jquery-mockjax.d.ts +++ b/jquery-mockjax/jquery-mockjax.d.ts @@ -20,6 +20,7 @@ interface MockJaxSettings { statusText?: string; responseTime?: number; isTimeout?: boolean; + dataType?: string; contentType?: string; response?: (settings: any) => void; responseText?: string | Object;