|
|
|
|
|
by 9point6
3814 days ago
|
|
To be fair, that context parameter has only just been removed as part of 4.0.0. Instead they recommend you change your code to be of the form: _.each(collection, _.bind(function, context))
Which actually seems a lot more correct than some arbitrary context parameter |
|
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
I'm honestly curious why this is being removed?