From 5bbf19ba78fb4a9da7a6742fd54199cf00560511 Mon Sep 17 00:00:00 2001 From: Christophe Boucaut Date: Mon, 10 Nov 2014 10:42:47 +0100 Subject: [PATCH] Try to change to fix class not found. --- plugin.xml | 2 +- www/customCamera.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.xml b/plugin.xml index 6fde31c..5d3de31 100644 --- a/plugin.xml +++ b/plugin.xml @@ -15,7 +15,7 @@ - + diff --git a/www/customCamera.js b/www/customCamera.js index 643de93..8a95806 100644 --- a/www/customCamera.js +++ b/www/customCamera.js @@ -16,7 +16,7 @@ customCameraExport.prototype.getPicture = function() { }; customCameraExport.prototype.startCamera = function() { - cordova.exec( + exec( function(result) { console.log("success"); console.log(result);