More indent correction

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron waldron.rick@gmail.com 2012-04-15 22:54:18 -04:00
parent 576607de0f
commit 6e0b3e8e73

View File

@ -314,8 +314,8 @@ jQuery.fn.extend({
if ( this[0] ) {
results = jQuery.buildFragment( args, this, scripts );
fragment = results.fragment;
first = fragment.firstChild;
if ( fragment.childNodes.length === 1 ) {
fragment = first;
}