Fixed bug with $.map() not showing in the docs.
This commit is contained in:
parent
fd4fc0bcdd
commit
acf102237f
3
src/jquery/jquery.js
vendored
3
src/jquery/jquery.js
vendored
|
@ -1977,7 +1977,8 @@ jQuery.extend({
|
||||||
* @example $.map( [0,1,2], function(i){
|
* @example $.map( [0,1,2], function(i){
|
||||||
* return [ i, i + 1 ];
|
* return [ i, i + 1 ];
|
||||||
* });
|
* });
|
||||||
* @result [0, 1, 1, 2, 2, 3]
*
|
* @result [0, 1, 1, 2, 2, 3]
|
||||||
|
*
|
||||||
* @name $.map
|
* @name $.map
|
||||||
* @type Array
|
* @type Array
|
||||||
* @param Array array The Array to translate.
|
* @param Array array The Array to translate.
|
||||||
|
|
Loading…
Reference in a new issue