Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
logger typo -g
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalff committed Dec 3, 2014
1 parent b18e5cb commit eea1752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.js
Expand Up @@ -36,7 +36,7 @@
self.status = self.status.bind(self);
self.startNewSession = self.startNewSession.bind(self);
self.createLogger = Logger(self.triggerEvent.bind(self, 'log'));
self.loggger = self.createLogger('flo');
self.logger = self.createLogger('flo');
self.createPanel();
self.start();
});
Expand Down

0 comments on commit eea1752

Please sign in to comment.