mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Array.from() to spread syntax
This commit is contained in:
parent
07b002a66a
commit
df1d0fc8d6
6 changed files with 27 additions and 7 deletions
2
vendors/jua/jua.js
vendored
2
vendors/jua/jua.js
vendored
|
|
@ -24,7 +24,7 @@
|
|||
bCallLimit = false
|
||||
;
|
||||
|
||||
Array.from(aItems).forEach(oItem => {
|
||||
[...aItems].forEach(oItem => {
|
||||
if (oItem)
|
||||
{
|
||||
if (!bUseLimit || 0 <= --iLimit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue