Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[minor] Remove redundant assignments
  • Loading branch information
lpinca committed Jul 16, 2017
1 parent d781190 commit ab6c1c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/EventTarget.js
Expand Up @@ -57,8 +57,6 @@ class CloseEvent extends Event {

this.wasClean = code === undefined || code === 1000 || (code >= 3000 && code <= 4999);
this.reason = reason;
this.target = target;
this.type = 'close';
this.code = code;
}
}
Expand Down

0 comments on commit ab6c1c2

Please sign in to comment.