No ticket: Update support comment to match convention

This commit is contained in:
Richard Gibson 2013-11-04 12:51:57 -05:00
parent d5b7139abc
commit 19c1b6109a

View File

@ -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,