aaronpowell / db.js

db.js is a wrapper for IndexedDB to make it easier to work against
http://aaronpowell.github.com/db.js/
MIT License
818 stars 142 forks source link

Fix rejection of failed transactions to use only one parameter. #102

Closed MartijnR closed 9 years ago

MartijnR commented 9 years ago

Belonging to https://github.com/aaronpowell/db.js/issues/97.

I also fixed a test as it wasn't failing correctly after making the reject changes (which actually wasn't failing as it should have).