Tweak docs to not use []'s for optional arg since that's JS array notation

close #21
This commit is contained in:
kieferhagin 2014-03-31 11:04:17 -05:00 committed by Andrew Grieve
parent 543c4198d8
commit f20703de20

View File

@ -33,7 +33,7 @@ base64-encoded `String`, or as the URI for the image file. The method
itself returns a `CameraPopoverHandle` object that can be used to
reposition the file selection popover.
navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
navigator.camera.getPicture( cameraSuccess, cameraError, cameraOptions );
### Description