Skip to content

Commit fb69bf1

Browse files
committed
[cssom-view-1] Switch to constructor() method syntax.
1 parent 351fd29 commit fb69bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,9 @@ as <a>event handler IDL attributes</a>, by all objects implementing the {{MediaQ
825825
</table>
826826

827827
<pre class=idl>
828-
[Exposed=Window,
829-
Constructor(CSSOMString type, optional MediaQueryListEventInit eventInitDict = {})]
828+
[Exposed=Window]
830829
interface MediaQueryListEvent : Event {
830+
constructor(CSSOMString type, optional MediaQueryListEventInit eventInitDict = {});
831831
readonly attribute CSSOMString media;
832832
readonly attribute boolean matches;
833833
};

0 commit comments

Comments
 (0)