Skip to content

Commit 1c71c66

Browse files
committed
Re-add early return
1 parent 0e0516f commit 1c71c66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dom.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6549,6 +6549,8 @@ string <var>namespace</var> (default null):</p>
65496549
<var>attr</var>'s <a for=Attr>namespace</a>, <var>attr</var>'s <a for=Attr>local name</a>, and
65506550
<var>element</var>.
65516551

6552+
<li><p>If <var>oldAttr</var> is <var>attr</var>, return <var>attr</var>.
6553+
65526554
<li><p>If <var>oldAttr</var> is non-null, then <a lt="replace an attribute">replace</a>
65536555
<var>oldAttr</var> with <var>attr</var>.
65546556

0 commit comments

Comments
 (0)