export AbstractPersistence

This commit is contained in:
Kevin Jahns
2018-01-08 17:30:30 +01:00
parent 5a68b9f4ad
commit 07cf0b3436
4 changed files with 15 additions and 19 deletions

View File

@@ -132,7 +132,7 @@ export default class AbstractConnector {
f()
}
this.whenSyncedListeners = []
this.y.loaded = true
this.y._setContentReady()
this.y.emit('synced')
}
}