Skip to content

Commit b305af9

Browse files
committed
Fixes typo
1 parent 813764d commit b305af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pubsub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class pubsub {
2-
constructor(options) {
2+
constructor(options = {}) {
33
this.options = options;
44
this._pubsubEvents = {};
55
this._pubsubHappened = {};

0 commit comments

Comments
 (0)