mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-05 06:47: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(
|
fn getAttributeFunction(
|
||||||
self: *HtmlElement,
|
self: *HtmlElement,
|
||||||
comptime listener_type: Element.KnownListener,
|
listener_type: Element.KnownListener,
|
||||||
page: *Page,
|
page: *Page,
|
||||||
) ?js.Function.Global {
|
) ?js.Function.Global {
|
||||||
const element = self.asElement();
|
const element = self.asElement();
|
||||||
|
|||||||
Reference in New Issue
Block a user