From 1afdab376d53c621ca1d9f8d0388d9d6bd15c459 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Mon, 11 Sep 2017 17:37:39 +0200 Subject: [PATCH] fix linting --- src/Database.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Database.js b/src/Database.js index 8cac24f6..8933793d 100644 --- a/src/Database.js +++ b/src/Database.js @@ -452,7 +452,7 @@ export default function extendDatabase (Y /* :any */) { * Always: * * Call type */ - operationAdded (transaction, op) { + operationAdded (transaction, op) { if (op.struct === 'Delete') { var type = this.initializedTypes[JSON.stringify(op.targetParent)] if (type != null) { @@ -511,6 +511,7 @@ export default function extendDatabase (Y /* :any */) { } } } + whenTransactionsFinished () { if (this.transactionInProgress) { if (this.transactionsFinished == null) {