From 6ad0d53f7d38733545ed085f9cdec905a1a3165a Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Fri, 23 Aug 2019 11:50:53 +0900 Subject: [PATCH] Add dictionary default value --- Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Overview.bs b/Overview.bs index cf33274..cd55bd3 100644 --- a/Overview.bs +++ b/Overview.bs @@ -362,7 +362,7 @@ dictionary ScrollTimelineOptions { }; [Exposed=Window, - Constructor(optional ScrollTimelineOptions options)] + Constructor(optional ScrollTimelineOptions options = {})] interface ScrollTimeline : AnimationTimeline { readonly attribute Element scrollSource; readonly attribute ScrollDirection orientation;