Corrected some usages of domain to origin

This commit is contained in:
Wade Alcorn
2014-02-08 09:56:31 +10:00
parent 5084083e23
commit 744b7649e7
5 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ beef.net = {
response: function () {
this.status_code = null; // 500, 404, 200, 302
this.status_text = null; // success, timeout, error, ...
this.response_body = null; // "<html>…." if not a cross domain request
this.response_body = null; // "<html>…." if not a cross-origin request
this.port_status = null; // tcp port is open, closed or not http
this.was_cross_domain = null; // true or false
this.was_timedout = null; // the user specified timeout was reached