Clean up tab spacing
This commit is contained in:
parent
d832f4f71e
commit
00dd6013b6
1 changed files with 4 additions and 4 deletions
|
@ -707,10 +707,10 @@ jQuery.extend({
|
||||||
// arg is for internal usage only
|
// arg is for internal usage only
|
||||||
map: function( elems, callback, arg ) {
|
map: function( elems, callback, arg ) {
|
||||||
var value, ret = [],
|
var value, ret = [],
|
||||||
i = 0,
|
i = 0,
|
||||||
length = elems.length,
|
length = elems.length,
|
||||||
// process .length if it's just an object member
|
// process .length if it's just an object member
|
||||||
isArray = length !== undefined && ( elems[ length - 1 ] || jQuery.isArray( elems ) );
|
isArray = length !== undefined && ( elems[ length - 1 ] || jQuery.isArray( elems ) );
|
||||||
|
|
||||||
// Go through the array, translating each of the items to their
|
// Go through the array, translating each of the items to their
|
||||||
// new value (or values).
|
// new value (or values).
|
||||||
|
|
Loading…
Add table
Reference in a new issue