superfeedr / indexeddb-backbonejs-adapter

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

Fix #57. Update UMD. Always export new sync() function. #58

Closed andornaut closed 10 years ago

andornaut commented 10 years ago

Fixes #57:

kilbot commented 10 years ago

Perfect timing @andornaut !

I was just troubleshooting a "Cannot read property 'sync' of undefined" error and this update fixes the problem.

julien51 commented 10 years ago

Thanks @andornaut :)