]> source.dussan.org Git - jquery.git/commitdiff
Straightforward support note
authorRick Waldron <waldron.rick@gmail.com>
Mon, 17 Dec 2012 23:06:33 +0000 (18:06 -0500)
committerRick Waldron <waldron.rick@gmail.com>
Wed, 26 Dec 2012 18:34:38 +0000 (13:34 -0500)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
src/core.js

index 02c9624f5cf566831c68815c2ce79865be59f438..300a90b2dc6a10943c667da9fcb5bbb2be480f51 100644 (file)
@@ -482,7 +482,7 @@ jQuery.extend({
                        return null;
                }
 
-               // IE9 will throw on ill-formed XML
+               // Support: IE9
                try {
                        tmp = new DOMParser();
                        xml = tmp.parseFromString( data , "text/xml" );