aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorAnton M <obhvsbypqghgc@gmail.com>2011-02-10 03:15:32 +0100
committerAnton M <obhvsbypqghgc@gmail.com>2011-02-10 22:20:47 +0100
commit4490f4285cc4cdafba67fee726d3eba4a3d81a0f (patch)
tree3d3281322aa6daed7a50cd54a0ccf15ee7fda287 /src/manipulation.js
parent3f036281dd52b27ae34be927162df8d078665202 (diff)
downloadjquery-4490f4285cc4cdafba67fee726d3eba4a3d81a0f.tar.gz
jquery-4490f4285cc4cdafba67fee726d3eba4a3d81a0f.zip
Fix some whitespace issues. Improve and correct an events test.
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index 841447fa2..1e4df48c2 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -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;