You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/02/07 17:34:07 UTC

spec commit: fix typo in camera manual test (oops)

Updated Branches:
  refs/heads/master 9872f7204 -> 717fe8a2b


fix typo in camera manual test (oops)


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/717fe8a2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/717fe8a2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/717fe8a2

Branch: refs/heads/master
Commit: 717fe8a2b342df14bd45b7137f770c65ecf4274e
Parents: 9872f72
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 7 11:33:25 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Feb 7 11:33:25 2013 -0500

----------------------------------------------------------------------
 camera/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/717fe8a2/camera/index.html
----------------------------------------------------------------------
diff --git a/camera/index.html b/camera/index.html
index a18878a..7e98d39 100644
--- a/camera/index.html
+++ b/camera/index.html
@@ -60,7 +60,7 @@
      * Capture picture
      */
     function getPicture() {
-        navigator.camera.getPicture(getPictureWin, getPictureFail, getPictureFail,
+        navigator.camera.getPicture(getPictureWin, getPictureFail,
             { quality: 50, destinationType:
             Camera.DestinationType.FILE_URI, sourceType : Camera.PictureSourceType.CAMERA});
     }