code refactoring, and documentation
This commit is contained in:
@@ -122,7 +122,7 @@ Y.IndexedDB = (function () { // eslint-disable-line
|
||||
}
|
||||
})()
|
||||
|
||||
function handleTransactions (t) { // eslint-disable-line no-unused-vars
|
||||
function handleTransactions (t) {
|
||||
var request = t.value
|
||||
if (t.done) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user