From 1eb52eb5edb8e48378393262bfabe02bef9bd889 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Thu, 13 Jun 2013 17:27:49 -0700 Subject: [PATCH] updated popover reference on test page --- 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 b9031b5..2d5eade 100644 --- a/test/camera/index.html +++ b/test/camera/index.html @@ -34,7 +34,7 @@ var deviceReady = false; var platformId = cordova.require('cordova/platform').id; - var CameraPopoverOptions = cordova.require('cordova/plugin/CameraPopoverOptions'); + var CameraPopoverOptions = cordova.require('org.apache.cordova.CameraLauncher.CameraPopoverOptions'); var pictureUrl = null; var fileObj = null; var fileEntry = null;