mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Further reduction, thanks @dcherman
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
parent
d99f1243b6
commit
1d0322f0b1
@ -471,9 +471,7 @@ jQuery.extend({
|
||||
return jQuery.merge( [], parsed.childNodes );
|
||||
},
|
||||
|
||||
parseJSON: function( data ) {
|
||||
return window.JSON.parse( data );
|
||||
},
|
||||
parseJSON: JSON.parse,
|
||||
|
||||
// Cross-browser xml parsing
|
||||
parseXML: function( data ) {
|
||||
|
Loading…
Reference in New Issue
Block a user