Skip to content

Commit

Permalink
Spread
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Dec 31, 2019
1 parent d70f683 commit a39e885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scales/scale.time.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function arrayUnique(items) {
return items;
}

return Array.from(set);
return [...set];
}

/**
Expand Down

0 comments on commit a39e885

Please sign in to comment.