mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
LibWeb: Use [ExplicitNull] in Animation.idl
This commit is contained in:
parent
39f5e32ee9
commit
cac11ac891
3 changed files with 7 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
[Exposed=Window]
|
||||
interface Animation : EventTarget {
|
||||
constructor(optional AnimationEffect? effect = null,
|
||||
optional AnimationTimeline? timeline);
|
||||
[ExplicitNull] optional AnimationTimeline? timeline);
|
||||
|
||||
attribute DOMString id;
|
||||
attribute AnimationEffect? effect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue