mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Straightforward support note
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
parent
8000c6cf20
commit
5dbfddc116
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user