Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.

This commit is contained in:
Paul Ramos
2012-12-04 21:30:37 -05:00
committed by Dave Methvin
parent ec72d9f4db
commit 13449a99b2
3 changed files with 9 additions and 101 deletions

View File

@@ -497,8 +497,7 @@ jQuery.extend({
if ( scripts ) {
jQuery( scripts ).remove();
}
return jQuery.merge( [],
( parsed.cacheable ? jQuery.clone( parsed.fragment ) : parsed.fragment ).childNodes );
return jQuery.merge( [], parsed.childNodes );
},
parseJSON: function( data ) {