mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 07:33:16 +00:00
make comment on SubmitEvent doc-comment
This commit is contained in:
@@ -26,7 +26,7 @@ const Event = @import("../Event.zig");
|
||||
const HtmlElement = @import("../element/Html.zig");
|
||||
const Allocator = std.mem.Allocator;
|
||||
|
||||
// https://developer.mozilla.org/en-US/docs/Web/API/SubmitEvent
|
||||
/// https://developer.mozilla.org/en-US/docs/Web/API/SubmitEvent
|
||||
const SubmitEvent = @This();
|
||||
|
||||
_proto: *Event,
|
||||
|
||||
Reference in New Issue
Block a user