- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Sep 2010 07:59:56 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv6656
Modified Files:
Overview-API.html
Log Message:
typo
Index: Overview-API.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview-API.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview-API.html 2 Sep 2010 07:56:48 -0000 1.12
+++ Overview-API.html 2 Sep 2010 07:59:54 -0000 1.13
@@ -81,7 +81,7 @@
<p>Example of retrieving image sizes and formats supported by hosting
device camera.</p>
- <pre class="example sh_javascript_dom">var summary,
+ <pre class="example sh_javascript_dom">var summary;
formats = navigator.device.supportedImageFormats;
Received on Thursday, 2 September 2010 07:59:58 UTC