You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
All: Fixed tests and minor fixes
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
const BaseItem = require('lib/models/BaseItem');
|
||||
const { Logger } = require('lib/logger.js');
|
||||
|
||||
class DecryptionWorker {
|
||||
|
||||
constructor() {
|
||||
this.state_ = 'idle';
|
||||
this.logger_ = new Logger();
|
||||
|
||||
this.dispatch = (action) => {
|
||||
//console.warn('DecryptionWorker.dispatch is not defined');
|
||||
|
Reference in New Issue
Block a user