mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-05 14:57:11 +00:00
remove unnecessary comptime
This commit is contained in:
@@ -335,7 +335,7 @@ pub fn click(self: *HtmlElement, page: *Page) !void {
|
||||
|
||||
fn getAttributeFunction(
|
||||
self: *HtmlElement,
|
||||
comptime listener_type: Element.KnownListener,
|
||||
listener_type: Element.KnownListener,
|
||||
page: *Page,
|
||||
) ?js.Function.Global {
|
||||
const element = self.asElement();
|
||||
|
||||
Reference in New Issue
Block a user