This commit is contained in:
wheatup 2020-05-07 20:09:07 +09:00
parent 509a026c14
commit 6ad772ca17

View File

@ -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方法的结果总是会丢失最后一个元素
*/
const _map = Array.prototype.map;