Skip to content

Commit 1fe6219

Browse files
committed
Fixes typo
1 parent cb09a76 commit 1fe6219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pubsub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class pubsub {
157157
}
158158

159159
if (this.options.log) {
160-
this.options.log('unsub', eventStr, method, flags);
160+
this.options.log('unsub', eventStr, method);
161161
}
162162

163163
var events = eventStr.split(/\s+/),

0 commit comments

Comments
 (0)