From 02f7cc136f0b16638b54461cd4c78c724f4a059c Mon Sep 17 00:00:00 2001
From: Frank Wuerthwein <fkw@ucsd.edu>
Date: Sun, 10 May 2009 17:31:33 +0000
Subject: FetchBinaryURLAsync now has a third, optional argument

---
 doc/lib/binaryXHR_js.html | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'doc')

diff --git a/doc/lib/binaryXHR_js.html b/doc/lib/binaryXHR_js.html
index 97d50e2..b71dc4e 100644
--- a/doc/lib/binaryXHR_js.html
+++ b/doc/lib/binaryXHR_js.html
@@ -74,9 +74,12 @@ need to worry about them.</P>
 <P>Arguments:</P>
 <UL>
 	<LI><P>url:string - URL from where to load the binary file.</P>
-	<LI><P>callback:function(obj) - Pointer to the function that will
-	be called when the binary file has been loaded. He function will be
-	given a single argument; an object of type <A HREF="#BinaryFile">BinaryFile</A>.</P>
+	<LI><P>callback:function(obj[,arg]) - Pointer to the function that will
+	be called when the binary file has been loaded. <br>
+        The function will be
+	given one or two arguments; the first one is an object of type <A HREF="#BinaryFile">BinaryFile</A>.
+        The second one is the argument described below, if available.</P>
+	<LI><P>callback_arg:any (optional) - If present, it will be given as argument to the callback function.</P>
 </UL>
 <P>Output:</P>
 <UL>
-- 
cgit v1.2.3-2-g168b