Closed thomas-rusz closed 7 years ago
What do you think about slice instead of iterating through all the elements and pushing them into a new array?
Hey
Thanks, trick with [].slice.call was used at beginning but later was changed to cycle in this commit
[].slice.call won't work at ie8
Oh, I see. Thank you for your quick answer!
What do you think about slice instead of iterating through all the elements and pushing them into a new array?