Skip to content

Commit

Permalink
bind _warnOfDeprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Apr 17, 2020
1 parent 7cb046e commit 937a945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = class MetamaskInpageProvider extends SafeEventEmitter {
this._handleDisconnect = this._handleDisconnect.bind(this)
this._rpcRequest = this._rpcRequest.bind(this)
this._legacySend = this._legacySend.bind(this)
this._warnOfDeprecation = this._warnOfDeprecation.bind(this)
this.enable = this.enable.bind(this)
this.request = this.request.bind(this)
this.send = this.send.bind(this)
Expand Down

0 comments on commit 937a945

Please sign in to comment.