Update src/browser/dom/html_collection.zig

Co-authored-by: Sjors <72333389+sjorsdonkers@users.noreply.github.com>
This commit is contained in:
Karl Seguin
2025-07-23 21:34:42 +08:00
committed by GitHub
parent 3eb85da02c
commit 6e94affea6

View File

@@ -369,8 +369,6 @@ pub const HTMLCollection = struct {
} else {
node = try self.start() orelse return null;
}
// i = 0;
// node = try self.start() orelse return null;
while (true) {
if (try parser.nodeType(node) == .element) {