Skip to content

Commit d9500bb

Browse files
committed
Restore early return for history.go(0)
Follow-up to #6315.
1 parent 818b053 commit d9500bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90609,7 +90609,7 @@ interface <dfn interface>History</dfn> {
9060990609
<span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>
9061090610

9061190611
<li><p>If <var>delta</var> is 0, then <span>reload</span> <var>document</var>'s <span>node
90612-
navigable</span>.</p></li>
90612+
navigable</span>, and return.</p></li>
9061390613

9061490614
<li><p><span>Traverse the history by a delta</span> given <var>document</var>'s <span>node
9061590615
navigable</span>'s <span data-x="nav-traversable">traversable navigable</span>, <var>delta</var>,

0 commit comments

Comments
 (0)