Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Clean up tab spacing
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
src/core.js
|
@@ -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). |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.