Skip to content

Commit

Permalink
Registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihromant committed Aug 14, 2024
1 parent a98158b commit d3b5c65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package org.teavm.jso.dom.events;

public interface InputEventTarget extends EventTarget {
default void onInput(EventListener<InputEvent> listener) {
onEvent("input", listener);
default Registration onInput(EventListener<InputEvent> listener) {
return onEvent("input", listener);
}
}

0 comments on commit d3b5c65

Please # to comment.