Skip to content

Commit

Permalink
No ticket: Update support comment to match convention
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 4, 2013
1 parent d5b7139 commit 19c1b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ajax/xhr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 19c1b61

Please sign in to comment.