Skip to content
Permalink
Browse files
No ticket: Update support comment to match convention
  • Loading branch information
gibson042 committed Nov 4, 2013
1 parent d5b7139 commit 19c1b61
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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,

0 comments on commit 19c1b61

Please sign in to comment.