dom: use the css matcher for DOM

This commit is contained in:
Pierre Tachoire
2024-03-26 10:02:15 +01:00
parent 0fa49b99bf
commit 4d5f6d42fa
6 changed files with 94 additions and 91 deletions

View File

@@ -26,7 +26,7 @@ pub const NodeList = struct {
nodes: NodesArrayList,
pub fn init() !NodeList {
pub fn init() NodeList {
return NodeList{
.nodes = NodesArrayList{},
};