]> source.dussan.org Git - jquery.git/commitdiff
Fixes gross indents. 563/head
authorRick Waldron <waldron.rick@gmail.com>
Mon, 24 Oct 2011 13:27:16 +0000 (09:27 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 24 Oct 2011 13:27:16 +0000 (09:27 -0400)
src/manipulation.js

index 9a662aca4522cf79f7e9ada44088abd5050e09ff..add7cda69d7764eceb1253683337d937f0d868eb 100644 (file)
@@ -459,12 +459,12 @@ jQuery.buildFragment = function( args, nodes, scripts ) {
        var fragment, cacheable, cacheresults, doc,
        first = args[ 0 ];
 
-  // nodes may contain either an explicit document object,
-  // a jQuery collection or context object.
-  // If nodes[0] contains a valid object to assign to doc
-  if ( nodes && nodes[0] ) {
-    doc = nodes[0].ownerDocument || nodes[0];
-  }
+       // nodes may contain either an explicit document object,
+       // a jQuery collection or context object.
+       // If nodes[0] contains a valid object to assign to doc
+       if ( nodes && nodes[0] ) {
+               doc = nodes[0].ownerDocument || nodes[0];
+       }
 
   // Ensure that an attr object doesn't incorrectly stand in as a document object
        // Chrome and Firefox seem to allow this to occur and will throw exception