summaryrefslogtreecommitdiff
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 3b3ac5d..75c7cb8 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -1,6 +1,7 @@
import bitmask from 'lib/bitmask'
import Account from 'models/account'
import Provider from 'models/provider'
+import EventLogger from 'lib/event_logger'
class Application {
constructor() {
@@ -10,6 +11,7 @@ class Application {
// main entry point for the application
//
initialize() {
+ this.ev = new EventLogger()
if (this.debugging()) {
this.show(this.debug_panel)
} else {