aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--js/binaryXHR.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/binaryXHR.js b/js/binaryXHR.js
index e4e7515..d82c808 100644
--- a/js/binaryXHR.js
+++ b/js/binaryXHR.js
@@ -199,7 +199,7 @@ function FetchBinaryURL(url) {
199 } 199 }
200 request.send(null); 200 request.send(null);
201 201
202 var response=this.responseText; 202 var response=request.responseText;
203 try { 203 try {
204 // for older IE versions, the value in responseText is not usable 204 // for older IE versions, the value in responseText is not usable
205 if (IEBinary_getLength(this.responseBody)>0) { 205 if (IEBinary_getLength(this.responseBody)>0) {