Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: remove useless constructor in util.md
  • Loading branch information
vsemozhetbyt committed May 30, 2017
commit 1e46c0832608ac97c82b29c36bc28437dfea87ad
3 changes: 0 additions & 3 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ ES6 example using `class` and `extends`
const EventEmitter = require('events');

class MyStream extends EventEmitter {
constructor() {
super();
}
write(data) {
this.emit('data', data);
}
Expand Down