Further reduction, thanks @dcherman

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2012-12-17 18:11:11 -05:00
parent d99f1243b6
commit 1d0322f0b1

View File

@ -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 ) {