Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dom: implement NonDocumentTypeChildNode mixin for element #133

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

krichprollsch
Copy link
Member

relates with #20

Comment on lines 184 to 186
if (res == null) {
return null;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For simple case like that I think we should keep it in 1 line
if (res == null) return null;

Comment on lines 192 to 194
if (res == null) {
return null;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Base automatically changed from dom-parentnode to main December 15, 2023 15:52
@krichprollsch krichprollsch merged commit acb8eec into main Dec 15, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants