Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Nov 27, 2024
1 parent fb64c3a commit aead1cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4264,7 +4264,6 @@ interface Node : EventTarget {
[CEReactions] Node appendChild(Node node);
[CEReactions] Node replaceChild(Node node, Node child);
[CEReactions] Node removeChild(Node child);

[CEReactions] Node moveBefore(Node node, Node? child);
};

Expand Down

0 comments on commit aead1cf

Please sign in to comment.