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
@Joc-Ne Thanks for reporting. Could this be a duplicate of #3882 and if so, does upgrading to Backbone 1.4.1 solve the issue for you? Otherwise, please provide a bit more context.
var index = this.indexOf(model); returns always -1
var index = this.models.indexOf(model) returns the right result
The text was updated successfully, but these errors were encountered: