superfeedr / indexeddb-backbonejs-adapter

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

Added support for idAttribute property of Model #67

Closed SonoIo closed 10 years ago

SonoIo commented 10 years ago

Actually idAttribute is ignored. Save a model that use _id instead of id produces a record with both: id and _id. It wasn't a problem until I tried to write a dual storage with MongoDB on the server side. Ouch!

julien51 commented 10 years ago

Thanks!