Improvements that are required for offline editing

This commit is contained in:
Kevin Jahns
2016-01-23 01:02:01 +01:00
parent 364ed325b0
commit 38bf398709
7 changed files with 46 additions and 29 deletions

View File

@@ -763,6 +763,11 @@ module.exports = function (Y/* :any */) {
return op
}
*/
* flush () {
yield* this.os.flush()
yield* this.ss.flush()
yield* this.ds.flush()
}
}
Y.Transaction = TransactionInterface
}