Bug Tracker

Ticket #1736: 1736.diff

File 1736.diff, 365 bytes (added by brandon, 1 year ago)

Patch to remove clone from wrapAll

  • src/core.js

     
    213213        if ( this[0] ) 
    214214            // The elements to wrap the target around 
    215215            jQuery( html, this[0].ownerDocument ) 
    216                 .clone() 
    217216                .insertBefore( this[0] ) 
    218217                .map(function(){ 
    219218                    var elem = this;