Remove extra else in parseJSON

This commit is contained in:
Dan Heberden 2011-04-05 07:20:58 -07:00
parent a7e7dbd978
commit 3609bed9e7

View file

@ -528,9 +528,8 @@ jQuery.extend({
return (new Function( "return " + data ))();
} else {
jQuery.error( "Invalid JSON: " + data );
}
jQuery.error( "Invalid JSON: " + data );
},
// Cross-browser xml parsing