Straightforward support note

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2012-12-17 18:06:33 -05:00
parent 8000c6cf20
commit 5dbfddc116

View 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" );