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