aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2011-10-24 09:27:16 -0400
committerRick Waldron <waldron.rick@gmail.com>2011-10-24 09:27:16 -0400
commit734700764549b33f19a1219d742e777cc0fc21b4 (patch)
tree8597a56c6ab2ac31b0ed7a0dddaa726a4306f8cc /src/manipulation.js
parentf3a4d261ecd0e858515f6e3fa8f5ff59078ec895 (diff)
downloadjquery-734700764549b33f19a1219d742e777cc0fc21b4.tar.gz
jquery-734700764549b33f19a1219d742e777cc0fc21b4.zip
Fixes gross indents.
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index 9a662aca4..add7cda69 100644
--- a/src/manipulation.js
+++ b/src/manipulation.js
@@ -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