superfeedr / indexeddb-backbonejs-adapter

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

iOS 8 and Safari 8 version 9223372036854776000 bug #68

Closed SonoIo closed 10 years ago

SonoIo commented 10 years ago

This pull request fix an iOS 8 and Safari 8 bug. At the first db connection the oldVersion is equal to 9223372036854776000 (!?!) but the real value is 0. Tested on mobile safari and Yosemite.

julien51 commented 10 years ago

Thanks a bunch!