Skip to content
Permalink
Browse files
Clean up tab spacing
  • Loading branch information
danheberden committed Mar 21, 2011
1 parent d832f4f commit 00dd601
Showing 1 changed file with 4 additions and 4 deletions.
@@ -707,10 +707,10 @@ jQuery.extend({
// arg is for internal usage only
map: function( elems, callback, arg ) {
var value, ret = [],
i = 0,
length = elems.length,
// process .length if it's just an object member
isArray = length !== undefined && ( elems[ length - 1 ] || jQuery.isArray( elems ) );
i = 0,
length = elems.length,
// process .length if it's just an object member
isArray = length !== undefined && ( elems[ length - 1 ] || jQuery.isArray( elems ) );

// Go through the array, translating each of the items to their
// new value (or values).

0 comments on commit 00dd601

Please sign in to comment.