Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit a01acde

Browse files
author
Eduardo Fullea
committed
SmsManager and MmsManager inheriting from EventTarget
1 parent 7094041 commit a01acde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ <h2><a>SmsManager</a> Interface</h2>
454454
<p>The <a>SmsManager</a> interface represents the SMS messaging service
455455
manager.
456456

457-
<dl title="[NoInterfaceObject] interface SmsManager"
457+
<dl title="[NoInterfaceObject] interface SmsManager : EventTarget"
458458
class="idl">
459459

460460
<dt>readonly attribute DOMString type</dt> <dd>MUST return the type of the
@@ -835,7 +835,7 @@ <h2><a>MmsManager</a> Interface</h2>
835835
<p>The <a>MmsManager</a> interface represents the MMS messaging service
836836
manager.
837837

838-
<dl title="[NoInterfaceObject] interface MmsManager"
838+
<dl title="[NoInterfaceObject] interface MmsManager : EventTarget"
839839
class="idl">
840840

841841
<dt>readonly attribute DOMString type</dt> <dd>MUST return the type of the

0 commit comments

Comments
 (0)