You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Chore: Migrate EventDispatcher to TypeScript, add tests (#6673)
This commit is contained in:
@@ -2,7 +2,7 @@ const Logger = require('./Logger').default;
|
||||
const shim = require('./shim').default;
|
||||
const JoplinError = require('./JoplinError').default;
|
||||
const time = require('./time').default;
|
||||
const EventDispatcher = require('./EventDispatcher');
|
||||
const EventDispatcher = require('./EventDispatcher').default;
|
||||
|
||||
class DropboxApi {
|
||||
constructor(options) {
|
||||
|
||||
Reference in New Issue
Block a user