- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 May 2011 23:50:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19293 Modified Files: Overview.html Log Message: fix another idl typo (whatwg r6150) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4945 retrieving revision 1.4946 diff -u -d -r1.4945 -r1.4946 --- Overview.html 23 May 2011 21:29:19 -0000 1.4945 +++ Overview.html 24 May 2011 23:50:11 -0000 1.4946 @@ -27276,7 +27276,7 @@ attribute unsigned long <a href="#dom-canvas-height" title="dom-canvas-height">height</a>; DOMString <a href="#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args); - void <a href="#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(in <span>FileCallback</span>, in optional DOMString type, in any... args); + void <a href="#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(in <span>FileCallback</span> callback, in optional DOMString type, in any... args); object <a href="#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId, in any... args); };</pre>
Received on Tuesday, 24 May 2011 23:50:16 UTC