Fix some whitespace issues. Improve and correct an events test.
This commit is contained in:
parent
3f036281dd
commit
4490f4285c
2 changed files with 30 additions and 34 deletions
|
@ -159,7 +159,7 @@ jQuery.fn.extend({
|
|||
}
|
||||
|
||||
if ( elem.parentNode ) {
|
||||
elem.parentNode.removeChild( elem );
|
||||
elem.parentNode.removeChild( elem );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -353,8 +353,8 @@ function cloneCopyEvent( src, dest ) {
|
|||
}
|
||||
|
||||
var internalKey = jQuery.expando,
|
||||
oldData = jQuery.data( src ),
|
||||
curData = jQuery.data( dest, oldData );
|
||||
oldData = jQuery.data( src ),
|
||||
curData = jQuery.data( dest, oldData );
|
||||
|
||||
// Switch to use the internal data object, if it exists, for the next
|
||||
// stage of data copying
|
||||
|
@ -537,7 +537,7 @@ jQuery.extend({
|
|||
}
|
||||
// Return the cloned set
|
||||
return clone;
|
||||
},
|
||||
},
|
||||
clean: function( elems, context, fragment, scripts ) {
|
||||
context = context || document;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue