Skip to content

Commit

Permalink
Merge pull request react-native-webrtc#3 from nimbleape/master
Browse files Browse the repository at this point in the history
reference _callkitEventHandlers right
  • Loading branch information
sboily authored Jan 18, 2019
2 parents 90c433e + 6c7fbac commit 6f395c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RNCallKeep {
}

removeEventListener(type, handler) {
const listener = _callkitEventHandlers.get(handler);
const listener = this._callkitEventHandlers.get(handler);
if (!listener) {
return;
}
Expand Down

0 comments on commit 6f395c9

Please sign in to comment.