Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0: Reduced parseXML #1084

Closed
wants to merge 2 commits into from
Closed

Conversation

rwaldron
Copy link
Member

Sizes - compared to master @ 5c8984efc4a8c0472bcdc514e744b063e8f98a61
    265560      (-150)  dist/jquery.js                                         
     92531      (-105)  dist/jquery.min.js                                     
     32766       (-41)  dist/jquery.min.js.gz  

Signed-off-by: Rick Waldron waldron.rick@gmail.com

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
@@ -538,19 +538,16 @@ jQuery.extend({
if ( !data || typeof data !== "string" ) {
return null;
}

// IE9 will throw on ill-formed XML
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// Support: IE9

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, done.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
@rwaldron rwaldron closed this Dec 21, 2012
@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants