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

Made one minor change to attribute TelephonyManager (closes #51) #82

Merged
merged 1 commit into from
Jun 7, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,9 @@ <h2>
readonly attribute TelephonyManager telephony
</dt>
<dd>
When getting, the user agent MUST return the object that exposes the
telephony functionality, e.g. making and receiving calls.
When getting, the user agent MUST return the
<a><code>TelephonyManager</code></a> object, which provides the
ability to interface with the <a>telephony service</a> of the device.
</dd>
</dl>
</section>
Expand Down