canmove, Confirmed users
725
edits
| Line 37: | Line 37: | ||
== philikon's thoughts == | == philikon's thoughts == | ||
* IMHO <code>navigator.telephony.dial("numbergoeshere");</code> is nicer than <code>new TelephonyCall("numbergoeshere");</code> | * IMHO <code>navigator.telephony.dial("numbergoeshere");</code> is nicer than <code>new TelephonyCall("numbergoeshere");</code>, because a constructor with side-effects like that just feels icky. | ||
* We have a bunch of telephony-related functionality that's not reflected yet: | * We have a bunch of telephony-related functionality that's not reflected yet: | ||
** controlling and reading radio power | ** controlling and reading radio power | ||