Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Add dictionary default value
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and birtles committed Aug 23, 2019
1 parent 060574c commit dfbc2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dfbc2db

Please sign in to comment.