Skip to content

Commit c59fab9

Browse files
authored
Pass context with unbindRequests (#3680)
Fixes #3675
1 parent bf8a5ab commit c59fab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/bind-requests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function unbindRequests(channel, bindings) {
4242
return this;
4343
}
4444

45-
channel.stopReplying(normalizeBindings(this, bindings));
45+
channel.stopReplying(normalizeBindings(this, bindings), this);
4646

4747
return this;
4848
}

0 commit comments

Comments
 (0)