From f20703de20fbc30f80b6c6f859d6cfb86a6dffdb Mon Sep 17 00:00:00 2001 From: kieferhagin Date: Mon, 31 Mar 2014 11:04:17 -0500 Subject: [PATCH] Tweak docs to not use []'s for optional arg since that's JS array notation close #21 --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 5875a93..d7016b0 100644 --- a/doc/index.md +++ b/doc/index.md @@ -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