superfeedr / indexeddb-backbonejs-adapter

An indexedDB adapter for Backbonejs
http://blog.superfeedr.com/indexeddb-backbonejs-adapter/
MIT License
248 stars 61 forks source link

Better implementation of autoIncrement #41

Closed manuels closed 11 years ago

manuels commented 11 years ago

Before this patch id === null was required for autoIncrement ids. This patch also accepts id === undefined

manuels commented 11 years ago

Great, thanks!