From 200d6833f90c24e02da5726698f9a1b8fc0240e0 Mon Sep 17 00:00:00 2001 From: Anis Kadri Date: Wed, 25 Sep 2013 15:39:02 +0200 Subject: [PATCH] CB-4889 forgot index.html --- test/camera/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);