Typo in Camera options
----------------------
Key: CB-249
URL: https://issues.apache.org/jira/browse/CB-249
Project: Apache Callback
Issue Type: Bug
Components: Docs
Affects Versions: 1.4.0
Reporter: Shazron Abdullah
Priority: Trivial
Camera options has a typo - MediaType should be mediaType.
http://docs.phonegap.com/en/1.4.1/phonegap_camera_camera.md.html#cameraOptions_options
Expected:
{code}
* mediaType: Set the type of media to select from. Only works when
PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in
nagivator.camera.MediaType (Number)
{code}
Actual:
{code}
* MediaType: Set the type of media to select from. Only works when
PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in
nagivator.camera.MediaType (Number)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira