Skip to content

Commit

Permalink
Fixes gross indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 24, 2011
1 parent f3a4d26 commit 7347007
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/manipulation.js
Expand Up @@ -459,12 +459,12 @@ jQuery.buildFragment = function( args, nodes, scripts ) {
var fragment, cacheable, cacheresults, doc, var fragment, cacheable, cacheresults, doc,
first = args[ 0 ]; first = args[ 0 ];


// nodes may contain either an explicit document object, // nodes may contain either an explicit document object,
// a jQuery collection or context object. // a jQuery collection or context object.
// If nodes[0] contains a valid object to assign to doc // If nodes[0] contains a valid object to assign to doc
if ( nodes && nodes[0] ) { if ( nodes && nodes[0] ) {
doc = nodes[0].ownerDocument || nodes[0]; doc = nodes[0].ownerDocument || nodes[0];
} }


// Ensure that an attr object doesn't incorrectly stand in as a document object // 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 // Chrome and Firefox seem to allow this to occur and will throw exception
Expand Down

0 comments on commit 7347007

Please sign in to comment.