1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

All: Testing and better handling of E2EE initialisation

This commit is contained in:
Laurent Cozic
2017-12-17 20:51:45 +01:00
parent f5d26e0d81
commit 4c0b472f67
7 changed files with 136 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ class DecryptionWorker {
this.state_ = 'idle';
this.dispatch = (action) => {
console.warn('DecryptionWorker.dispatch is not defined');
//console.warn('DecryptionWorker.dispatch is not defined');
};
this.scheduleId_ = null;