From: Richard Gibson Date: Mon, 4 Nov 2013 17:51:57 +0000 (-0500) Subject: No ticket: Update support comment to match convention X-Git-Tag: 2.1.0-beta2~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=19c1b6109a73bc7d0d5bd84587b5c5a44d3e2a74;p=jquery.git No ticket: Update support comment to match convention --- diff --git a/src/ajax/xhr.js b/src/ajax/xhr.js index c240f3b31..a99fe6930 100644 --- a/src/ajax/xhr.js +++ b/src/ajax/xhr.js @@ -93,8 +93,8 @@ jQuery.ajaxTransport(function( options ) { xhrSuccessStatus[ xhr.status ] || xhr.status, xhr.statusText, // Support: IE9 - // #11426: When requesting binary data, IE9 will throw an exception - // on any attempt to access responseText + // Accessing binary-data responseText throws an exception + // (#11426) typeof xhr.responseText === "string" ? { text: xhr.responseText } : undefined,