Skip to content

Commit

Permalink
dial now treats null as empty string (closes sysapps#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jun 28, 2013
1 parent 4063b85 commit 441ad0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,8 @@ <h2>
Promise changeDefaultService(DOMString serviceId)
</dt>
<dt>
TelephonyCall dial (DOMString remoteParty, optional DialOptions
options)
TelephonyCall dial ([TreatNullAs=EmptyString] DOMString remoteParty,
optional DialOptions options)
</dt>
<dt>
Promise sendTones(DOMString tones, optional ToneOptions options)
Expand Down

0 comments on commit 441ad0b

Please sign in to comment.