Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Regression on data.del() #32

Closed
fabien-d opened this issue Aug 15, 2012 · 1 comment
Closed

Regression on data.del() #32

fabien-d opened this issue Aug 15, 2012 · 1 comment

Comments

@fabien-d
Copy link

Trying to remove a record from a data store containing more than 1 item returns an error.

e.g. store => 2 or more records

store.data.del(0);

TypeError: Cannot set property 'index' of undefined

@avoidwork
Copy link
Owner

So, it turns out an Object comparison from an Array is ambiguous. I should've done more testing on it. Fix is going into master shortly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants