summaryrefslogtreecommitdiff
path: root/src/lib/binaryXHR.js
diff options
context:
space:
mode:
authorFrank Wuerthwein <fkw@ucsd.edu>2009-02-08 16:12:20 +0000
committerFrank Wuerthwein <fkw@ucsd.edu>2009-02-08 16:12:20 +0000
commit0b23afb48f5f5cccf4c8f07283e5e710195a5780 (patch)
tree0514be5d1c7d988c9e8b3f8cc2f24ae35b5b557e /src/lib/binaryXHR.js
parente8509e69764a86ea04daaa3f6f661968b85d3a19 (diff)
Async func now returns the XHR object
Diffstat (limited to 'src/lib/binaryXHR.js')
-rw-r--r--src/lib/binaryXHR.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/binaryXHR.js b/src/lib/binaryXHR.js
index 4c0cc54..fb27f2a 100644
--- a/src/lib/binaryXHR.js
+++ b/src/lib/binaryXHR.js
@@ -225,4 +225,5 @@ function FetchBinaryURLAsync(url, callback) {
// ignore any error, just to make both FF and IE work
}
request.send(null);
+ return request
}