Skip to content

Commit f5342d5

Browse files
committed
forgot an argument
1 parent dfff62e commit f5342d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cssom-view/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ <h3 id=the-stylemedia-interface><span class=secno>4.1. </span>The <code
578578

579579
<p>The <dfn id=dom-StyleMedia-removeMediumListener
580580
title=dom-StyleMedia-removeMediumListener><code>removeMediumListener(<var
581-
title="">medium</var>)</code></dfn> method <em class=ct>must</em> run
582-
these steps:
581+
title="">medium</var>, <var title="">mediumcallback</var>)</code></dfn>
582+
method <em class=ct>must</em> run these steps:
583583

584584
<ol>
585585
<li>

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h3 id="the-stylemedia-interface">The <code title="">StyleMedia</code> Interface
428428
</ol>
429429

430430
<p>The
431-
<dfn id="dom-StyleMedia-removeMediumListener" title="dom-StyleMedia-removeMediumListener"><code>removeMediumListener(<var title="">medium</var>)</code></dfn>
431+
<dfn id="dom-StyleMedia-removeMediumListener" title="dom-StyleMedia-removeMediumListener"><code>removeMediumListener(<var title="">medium</var>, <var title="">mediumcallback</var>)</code></dfn>
432432
method <em class="ct">must</em> run these steps:</p>
433433

434434
<ol>

0 commit comments

Comments
 (0)