Skip to content

Commit

Permalink
[e] (0) Update DataTransferItemList domintro to match recent changes …
Browse files Browse the repository at this point in the history
…to deleter

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20570
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8181 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 12, 2013
1 parent f4bfe72 commit 2fbddf8
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 @@ -77563,7 +77563,7 @@ <h5 id=the-datatransferitemlist-interface><span class=secno>8.7.3.1 </span>The <
</dd>


<dt><code title="">delete</code> <var title="">items</var>[<var title="">index</var>]</dt>
<dt><var title="">items</var> . <code title=dom-DataTransferItemList-remove><a href=#dom-datatransferitemlist-remove>remove</a></code>(<var title="">index</var>)</dt>

<dd>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -77563,7 +77563,7 @@ DND-v5: <span>DataTransferItem</span>? <span title="dom-DataTransferItemList-ad
</dd>


<dt><code title="">delete</code> <var title="">items</var>[<var title="">index</var>]</dt>
<dt><var title="">items</var> . <code title=dom-DataTransferItemList-remove><a href=#dom-datatransferitemlist-remove>remove</a></code>(<var title="">index</var>)</dt>

<dd>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -86934,7 +86934,7 @@ DND-v5: <span>DataTransferItem</span>? <span title="dom-DataTransferItemList-ad
</dd>


<dt><code title="">delete</code> <var title="">items</var>[<var title="">index</var>]</dt>
<dt><var title="">items</var> . <code title="dom-DataTransferItemList-remove">remove</code>(<var title="">index</var>)</dt>

<dd>

Expand Down

0 comments on commit 2fbddf8

Please sign in to comment.