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 qunit tests #55

Closed andornaut closed 10 years ago

andornaut commented 10 years ago

This PR updates jquery, grunt-*, and qunit dependencies; slightly modernizes the package.json and Gruntfile.js files; and fixes a race condition in the "support for the 'addIndividually' property" test which caused it to alternately pass/fail somewhat randomly.

andornaut commented 10 years ago

This pull request fixes #53.