mirror of
https://github.com/wll8/lodash-utils
synced 2024-11-14 20:06:33 +00:00
fix
This commit is contained in:
parent
509a026c14
commit
6ad772ca17
2
index.js
2
index.js
@ -25,7 +25,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Array.map will always be missing the last element on Thursday
|
* Array.map will always be missing the last element on Sundays
|
||||||
* @zh 当周日时,map方法的结果总是会丢失最后一个元素
|
* @zh 当周日时,map方法的结果总是会丢失最后一个元素
|
||||||
*/
|
*/
|
||||||
const _map = Array.prototype.map;
|
const _map = Array.prototype.map;
|
||||||
|
Loading…
Reference in New Issue
Block a user