Skip to content

Commit

Permalink
A few changes based on feedback by Jungkee
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchris committed Dec 14, 2016
1 parent 2524071 commit 3df8f7a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2994,16 +2994,17 @@ <h3>
<ol>
<li>Let <var>value</var> be the result of calling the
<a>[[\GetOwnProperty]]</a> internal method of <var>registration</var>
passing " <code>scope</code>" as the argument.
passing "<code>scope</code>" as the argument.
</li>
<li>Let <var>type</var> be <a>Type</a>(<var>value</var>).
</li>
<li>If <var>type</var> is not "string", then:
<ol>
<li>If <var>type</var> is not "<code>undefined</code>", issue a
developer warning that the type is unsupported.
developer warning that the type is unsupported and
return <code>undefined</code>.
</li>
<li>Return <code>undefined</code>.
<li>Return <code>null</code>.
</li>
</ol>
</li>
Expand Down Expand Up @@ -3042,7 +3043,8 @@ <h3>
<li>If <var>type</var> is not "string", then:
<ol>
<li>If <var>type</var> is not "<code>undefined</code>", issue a
developer warning that the type is unsupported.
developer warning that the type is unsupported and
return <code>undefined</code>.
</li>
<li>Return <code>"classic"</code>.
</li>
Expand Down

0 comments on commit 3df8f7a

Please sign in to comment.