no more promises in requestTransaction :)

This commit is contained in:
Kevin Jahns
2015-06-18 15:11:22 +02:00
parent 01173879a0
commit 4b08cbe875
5 changed files with 74 additions and 46 deletions

View File

@@ -9,6 +9,7 @@
"parser": "babel-eslint",
"globals": {
"OperationBuffer": true,
"IndexedDB": true
"IndexedDB": true,
"IDBRequest": true
}
}