mirror of
https://github.com/jquery/jquery.git
synced 2026-02-08 19:34:57 -05:00
Clean up tab spacing
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user