You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to set my own equals(a, b) function on a Model so that it can skip duplicates properly for simple value-like objects (e.g., time, coordinates).
This is probably simple enough to implement. I'd create a pull request, but I'm not experienced with Coffeescript, and I'm not sure what kind of API you would prefer.
The text was updated successfully, but these errors were encountered:
mhelvens
changed the title
allow user to set custom equality relation
allow custom equality relation
Dec 17, 2014
I'd like to be able to set my own
equals(a, b)
function on aModel
so that it can skip duplicates properly for simple value-like objects (e.g., time, coordinates).This is probably simple enough to implement. I'd create a pull request, but I'm not experienced with Coffeescript, and I'm not sure what kind of API you would prefer.
The text was updated successfully, but these errors were encountered: