Fixed typo in XMLHttpRequest.ios.js
This commit is contained in:
parent
e00b9ac8f3
commit
96c070de11
|
@ -39,7 +39,7 @@ class XMLHttpRequest extends XMLHttpRequestBase {
|
|||
));
|
||||
this._subscriptions.push(RCTDeviceEventEmitter.addListener(
|
||||
'didCompleteNetworkResponse',
|
||||
(args) => this._didCompleteResponse.apply(this, args[0], args[1])
|
||||
(args) => this._didCompleteResponse.call(this, args[0], args[1])
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue