Skip to content

Commit

Permalink
Editorial: narrow the return type of insertRow()
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and annevk committed Apr 20, 2018
1 parent bec96b1 commit 5fa3e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -40199,7 +40199,7 @@ interface <dfn>HTMLTableColElement</dfn> : <span>HTMLElement</span> {
<span>HTMLConstructor</span>]
interface <dfn>HTMLTableSectionElement</dfn> : <span>HTMLElement</span> {
[SameObject] readonly attribute <span>HTMLCollection</span> <span data-x="dom-tbody-rows">rows</span>;
<span>HTMLElement</span> <span data-x="dom-tbody-insertRow">insertRow</span>(optional long index = -1);
<span>HTMLTableRowElement</span> <span data-x="dom-tbody-insertRow">insertRow</span>(optional long index = -1);
[<span>CEReactions</span>] void <span data-x="dom-tbody-deleteRow">deleteRow</span>(long index);
};</pre>
<p><span w-nohtml>Uses <code>HTMLTableSectionElement</code>. </span>The
Expand Down

0 comments on commit 5fa3e5c

Please sign in to comment.