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,6 +1,6 @@
const Constants = require('../../util/Constants');
const SecretKey = require('./util/SecretKey');
const EventEmitter = require('events').EventEmitter;
const EventEmitter = require('events');
const { Error } = require('../../errors');
let WebSocket;