]> source.dussan.org Git - jquery.git/commitdiff
No ticket: Update support comment to match convention
authorRichard Gibson <richard.gibson@gmail.com>
Mon, 4 Nov 2013 17:51:57 +0000 (12:51 -0500)
committerRichard Gibson <richard.gibson@gmail.com>
Mon, 4 Nov 2013 17:51:57 +0000 (12:51 -0500)
src/ajax/xhr.js

index c240f3b314ec02dc154f11334d5c168ed68d398a..a99fe6930c18ce725eacfcd452c1e097280d8c4d 100644 (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,