Skip to content

Commit 9602fda

Browse files
authored
Add default dictionary value
1 parent a7c1803 commit 9602fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ IDL Definition</h4>
878878

879879
<pre class="idl">
880880
[Exposed=Window,
881-
Constructor(CSSOMString type, optional AnimationEventInit animationEventInitDict)]
881+
Constructor(CSSOMString type, optional AnimationEventInit animationEventInitDict = {})]
882882
interface AnimationEvent : Event {
883883
readonly attribute CSSOMString animationName;
884884
readonly attribute double elapsedTime;

0 commit comments

Comments
 (0)