DJDNS / js-deje

JS implementation of DEJE client
1 stars 0 forks source link

DELETE leaves null entry when used on arrays #2

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

If you have an array with 2 elements, and you DELETE the second, you end up with [, null]. That's not correct. And since DELETE can have some more complex implications on arrays, we need to make sure this works right.