Fix events for themes and extmodules

This commit is contained in:
Samuel Elliott 2018-02-13 23:36:40 +00:00
parent 08271deea1
commit 227b2cc0d8
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@
* LICENSE file in the root directory of this source tree.
*/
import { EventEmitter } from 'events';
class ExtModuleEvents {
constructor(extmodule) {
this.extmodule = extmodule;

View File

@ -9,6 +9,8 @@
*/
import ThemeManager from './thememanager';
import { EventEmitter } from 'events';
import { SettingUpdatedEvent, SettingsUpdatedEvent } from 'structs';
import { DOM, Modals } from 'ui';
import { FileUtils, ClientIPC } from 'common';