Skip to content

Commit

Permalink
Update lib/async-emitter.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Mykola Bilochub <belochub@users.noreply.github.com>
  • Loading branch information
tshemsedinov and belochub committed Jun 6, 2019
1 parent c9f4873 commit 97858ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async-emitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class AsyncEmitter {
return [...event];
}

// Get events name array
// Get event names array
// Returns: <string[]> names
names() {
return [...this.events.keys()];
Expand Down

0 comments on commit 97858ca

Please sign in to comment.