You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:24:29 UTC

[18/20] git commit: CB-4889 forgot index.html

CB-4889 forgot index.html


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/200d6833
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/200d6833
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/200d6833

Branch: refs/heads/master
Commit: 200d6833f90c24e02da5726698f9a1b8fc0240e0
Parents: 6a1a558
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:39:02 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:39:02 2013 +0200

----------------------------------------------------------------------
 test/camera/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/200d6833/test/camera/index.html
----------------------------------------------------------------------
diff --git a/test/camera/index.html b/test/camera/index.html
index 83285e7..2495a16 100644
--- a/test/camera/index.html
+++ b/test/camera/index.html
@@ -340,7 +340,7 @@
         document.addEventListener("deviceready", function() {
             deviceReady = true;
             platformId = cordova.require('cordova/platform').id;
-            CameraPopoverOptions = cordova.require('org.apache.cordova.core.camera.CameraPopoverOptions');
+            CameraPopoverOptions = cordova.require('org.apache.cordova.camera.CameraPopoverOptions');
             console.log("Device="+device.platform+" "+device.version);
             createOptionsEl('sourceType', Camera.PictureSourceType, camPictureSourceTypeDefault);
             createOptionsEl('destinationType', Camera.DestinationType, camDestinationTypeDefault);