[html5] r2665 - [] (0) getContext() always return an object of some kind.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 14 00:57:27 PST 2009


Author: ianh
Date: 2009-01-14 00:57:26 -0800 (Wed, 14 Jan 2009)
New Revision: 2665

Modified:
   index
   source
Log:
[] (0) getContext() always return an object of some kind.

Modified: index
===================================================================
--- index	2009-01-14 08:56:29 UTC (rev 2664)
+++ index	2009-01-14 08:57:26 UTC (rev 2665)
@@ -19341,7 +19341,7 @@
 
   DOMString <a href=#dom-canvas-todataurl title=dom-canvas-toDataURL>toDataURL</a>([Optional] in DOMString type, [Variadic] in any args);
 
-  any <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId);
+  Object <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId);
 };</pre>
    </dd>
   </dl><p>The <code><a href=#the-canvas-element>canvas</a></code> element represents a resolution-dependent

Modified: source
===================================================================
--- source	2009-01-14 08:56:29 UTC (rev 2664)
+++ source	2009-01-14 08:57:26 UTC (rev 2665)
@@ -21003,7 +21003,7 @@
 
   DOMString <span title="dom-canvas-toDataURL">toDataURL</span>([Optional] in DOMString type, [Variadic] in any args);
 
-  any <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId);
+  Object <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId);
 };</pre>
    </dd>
   </dl>




More information about the Commit-Watchers mailing list