Skip to content

Commit

Permalink
[react_native] JS files from D2164109: [react_native] Fix JS error st…
Browse files Browse the repository at this point in the history
…acktraces on Android
  • Loading branch information
astreet committed Jun 19, 2015
1 parent c8c254c commit 0116abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Network/XMLHttpRequestBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class XMLHttpRequestBase {
return;
}
this.status = status;
this.setResponseHeaders(responseHeaders);
this.setResponseHeaders(responseHeaders || {});
this.responseText = responseText;
this.setReadyState(this.DONE);
}
Expand Down

0 comments on commit 0116abe

Please sign in to comment.