Skip to content

Commit

Permalink
collection: use instance checks
Browse files Browse the repository at this point in the history
Fixes one of the problems identified in
#1347.
  • Loading branch information
andreastt authored and AutomatedTester committed Nov 22, 2018
1 parent 1b3cc88 commit caec5c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5796,13 +5796,13 @@ <h3>Executing Script</h3>

<ul>
<li><a>initial value</a> of the <code>toString</code> <a>own property</a> is <code>Arguments</code>
<li>type is <a>Array</a>
<li>type is <a><code>FileList</code></a>
<li>type is <a><code>HTMLAllCollection</code></a>
<li>type is <a><code>HTMLCollection</code></a>
<li>type is <a><code>HTMLFormControlsCollection</code></a>
<li>type is <a><code>HTMLOptionsCollection</code></a>
<li>type is <a><code>NodeList</code></a>
<li>instance of <a>Array</a>
<li>instance of <a><code>FileList</code></a>
<li>instance of <a><code>HTMLAllCollection</code></a>
<li>instance of <a><code>HTMLCollection</code></a>
<li>instance of <a><code>HTMLFormControlsCollection</code></a>
<li>instance of <a><code>HTMLOptionsCollection</code></a>
<li>instance of <a><code>NodeList</code></a>
</ul>

<p>
Expand Down

0 comments on commit caec5c9

Please sign in to comment.