Skip to content

Commit

Permalink
Revert facade assignment for response (See #53)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsdyce committed Mar 7, 2017
1 parent 35ee771 commit 1ef70ad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/xhook.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,6 @@ XHookHttpRequest = WINDOW[XMLHTTP] = ->

#==========================

facade.response = xhr.response;
facade.responseText = xhr.responseText;
facade.responseXML = xhr.responseXML;
facade.responseURL = xhr.responseURL;
facade.readyState = xhr.readyState;
facade.status = xhr.status;
facade.statusText = xhr.statusText;

# Handle the underlying ready state
xhr.onreadystatechange = (event) ->
#pull status and headers
Expand Down

0 comments on commit 1ef70ad

Please sign in to comment.