Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Nov 28, 2023
1 parent a2f6041 commit 16e9312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ dictionary ObservableEventListenerOptions {
};

partial interface EventTarget {
Observable on(DOMString type, optional ObservableEventListenerOptions options);
Observable on(DOMString type, optional ObservableEventListenerOptions options = {});
};
</pre>

Expand Down

0 comments on commit 16e9312

Please sign in to comment.