- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Dec 2009 09:56:48 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv27143 Modified Files: Overview.html Log Message: fixing example by setting max number of images Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Overview.html 2 Dec 2009 09:54:40 -0000 1.21 +++ Overview.html 2 Dec 2009 09:56:46 -0000 1.22 @@ -131,7 +131,7 @@ // Launch the device camera application and invoke the callback once // the user exits the camera application. - transactionId = navigator.device.captureImage(successCallback, errorCallback); + transactionId = navigator.device.captureImage(successCallback, 1, errorCallback); </pre> </div> <div>
Received on Wednesday, 2 December 2009 09:56:57 UTC