From 16e9312a660aa1e530511ad5c9d8612341662eee Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 28 Nov 2023 14:53:41 -0500 Subject: [PATCH] One more --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index b2a03dc..7b22ac4 100644 --- a/spec.bs +++ b/spec.bs @@ -231,7 +231,7 @@ dictionary ObservableEventListenerOptions { }; partial interface EventTarget { - Observable on(DOMString type, optional ObservableEventListenerOptions options); + Observable on(DOMString type, optional ObservableEventListenerOptions options = {}); };