Fix some whitespace issues. Improve and correct an events test.

This commit is contained in:
Anton M 2011-02-10 03:15:32 +01:00
parent 3f036281dd
commit 4490f4285c
2 changed files with 30 additions and 34 deletions

View file

@ -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;