Ticket #1736: 1736.diff
File 1736.diff, 365 bytes (added by , 15 years ago) |
---|
-
src/core.js
213 213 if ( this[0] ) 214 214 // The elements to wrap the target around 215 215 jQuery( html, this[0].ownerDocument ) 216 .clone()217 216 .insertBefore( this[0] ) 218 217 .map(function(){ 219 218 var elem = this;