Skip to content

Commit

Permalink
Missing EventEmitter extends
Browse files Browse the repository at this point in the history
  • Loading branch information
prawnsalad committed Feb 19, 2018
1 parent d25ed66 commit 323c783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transports/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var EventEmitter = require('eventemitter3');
var _ = require('lodash');

module.exports = class Connection {
module.exports = class Connection extends EventEmitter {
constructor(options) {
super();

Expand Down

0 comments on commit 323c783

Please sign in to comment.