diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index bb5a73fd9..e6cba94d2 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -171,7 +171,7 @@ interface JQueryXHR extends XMLHttpRequest, JQueryPromise { /** * Property containing the parsed response if the response Content-Type is json */ - responseJSON: any; + responseJSON?: any; } /**