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);