Destructure certain imports (#1634)

This commit is contained in:
Gavin Wainwright
2017-06-28 19:43:26 -04:00
committed by Amish Shah
parent 029efe5cb0
commit 7b44262346
12 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
const EventEmitter = require('events').EventEmitter;
const EventEmitter = require('events');
const Constants = require('../../util/Constants');
const WebSocketConnection = require('./WebSocketConnection');