mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Add a comment explaining that jQuery.map flattens arrays
This commit is contained in:
parent
7be11207b9
commit
34bf1a2a7d
@ -726,6 +726,7 @@ jQuery.extend({
|
||||
}
|
||||
}
|
||||
|
||||
// Flatten any nested arrays
|
||||
return ret.concat.apply( [], ret );
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user