Skip to content

Commit dfbc2db

Browse files
saschanazbirtles
authored andcommitted
Add dictionary default value
1 parent 060574c commit dfbc2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ dictionary ScrollTimelineOptions {
362362
};
363363

364364
[Exposed=Window,
365-
Constructor(optional ScrollTimelineOptions options)]
365+
Constructor(optional ScrollTimelineOptions options = {})]
366366
interface ScrollTimeline : AnimationTimeline {
367367
readonly attribute Element scrollSource;
368368
readonly attribute ScrollDirection orientation;

0 commit comments

Comments
 (0)