From 19c1b6109a73bc7d0d5bd84587b5c5a44d3e2a74 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Mon, 4 Nov 2013 12:51:57 -0500 Subject: [PATCH] No ticket: Update support comment to match convention --- src/ajax/xhr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5