]> source.dussan.org Git - jquery.git/commitdiff
Fixes busted indents. Sorry folks
authorRick Waldron <waldron.rick@gmail.com>
Tue, 16 Oct 2012 19:06:51 +0000 (15:06 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Tue, 16 Oct 2012 19:07:18 +0000 (15:07 -0400)
src/manipulation.js

index 5734b33d91b759c08679735f47222e0f6b0f698a..27de3456d577ce57ca4de2b25df832ee0a3bc65d 100644 (file)
@@ -264,10 +264,10 @@ jQuery.fn.extend({
                        // this can help fix replacing a parent with child elements
                        if ( jQuery.isFunction( value ) ) {
                                return this.each(function( index ) {
-          // HTML argument replaced by "this" element
-          // 1. There were no supporting tests
-          // 2. There was no internal code relying on this
-          // 3. There was no documentation of an html argument
+                                       // HTML argument replaced by "this" element
+                                       // 1. There were no supporting tests
+                                       // 2. There was no internal code relying on this
+                                       // 3. There was no documentation of an html argument
                                        jQuery( this ).replaceWith( value.call( this, index, this ) );
                                });
                        }