From ae5d132c2747af10651d8747bcad30cc0b4b12b7 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 6 Oct 2016 22:23:54 -0700 Subject: [feat] ui - log all events to console, for now. --- ui/app/app.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/app/app.js') 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 { -- cgit v1.2.3