There was an error while loading. Please reload this page.
1 parent 813764d commit b305af9Copy full SHA for b305af9
src/pubsub.js
@@ -1,5 +1,5 @@
1
class pubsub {
2
-constructor(options) {
+constructor(options = {}) {
3
this.options = options;
4
this._pubsubEvents = {};
5
this._pubsubHappened = {};
0 commit comments