Skip to content

Commit

Permalink
[e] (0) webidl typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4432 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 10, 2009
1 parent 201dafb commit ae6fae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -24672,7 +24672,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co

DOMString <a href=#dom-canvas-todataurl title=dom-canvas-toDataURL>toDataURL</a>(in optional DOMString type, in any... args);

Object <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 provides scripts with a
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -24511,7 +24511,7 @@ interface <dfn>CueRangeCallback</dfn> {

DOMString <a href=#dom-canvas-todataurl title=dom-canvas-toDataURL>toDataURL</a>(in optional DOMString type, in any... args);

Object <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 provides scripts with a
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -26615,7 +26615,7 @@ interface <dfn>CueRangeCallback</dfn> {

DOMString <span title="dom-canvas-toDataURL">toDataURL</span>(in optional DOMString type, in any... args);

Object <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId);
object <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId);
};</pre>
</dd>
</dl>
Expand Down

0 comments on commit ae6fae6

Please sign in to comment.