Skip to content

Commit

Permalink
Editorial: add a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and inikulin committed May 9, 2017
1 parent 63c961d commit 3490042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -90658,7 +90658,7 @@ document.body.appendChild(frame)</pre>
<code>Document</code> object on which the method was invoked.</p>

<p class="note">This basically causes <code data-x="dom-document-open">document.open()</code> to
be ignored when it's called from a <code data-x="event-beforeunload">beforeunload</code> <code
be ignored when it's called from a <code data-x="event-beforeunload">beforeunload</code>, <code
data-x="event-pagehide">pagehide</code>, or <code data-x="event-unload">unload</code> event
handler while the <code>Document</code> is being unloaded.</p>

Expand Down

0 comments on commit 3490042

Please sign in to comment.