ensure window exists for universal rendering

This commit is contained in:
Dustan Kasten 2015-08-11 12:54:31 -04:00
parent 02cce1bfb8
commit f3f4d60762

View File

@ -3,8 +3,10 @@ import LogMonitorEntry from './LogMonitorEntry';
export default class LogMonitor {
constructor() {
if (typeof window !== 'undefined') {
window.addEventListener('keydown', ::this.handleKeyPress);
}
}
static propTypes = {
computedStates: PropTypes.array.isRequired,