Skip to content

Commit

Permalink
Editorial: fix confusing phrasing for opener setter
Browse files Browse the repository at this point in the history
Closes #3904.
  • Loading branch information
domenic committed Aug 15, 2018
1 parent 141c658 commit fefb879
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -77395,10 +77395,9 @@ console.assert(iframeWindow.frameElement === null);
<li><p>If the given value is null, then <span data-x="disowned">disown</span> the current
<span>browsing context</span> and return.</p></li>

<li><p>Return the result of calling <span>OrdinaryDefineOwnProperty</span>(this
<code>Window</code> object, "<code data-x="">opener</code>", { [[Value]]: the given value,
[[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: true }). Rethrow any
exceptions.</p></li>
<li><p>Perform <span>OrdinaryDefineOwnProperty</span>(this <code>Window</code> object, "<code
data-x="">opener</code>", { [[Value]]: the given value, [[Writable]]: true, [[Enumerable]]: true,
[[Configurable]]: true }). Rethrow any exceptions.</p></li>
</ol>

<div class="note">
Expand Down

0 comments on commit fefb879

Please sign in to comment.