From 0a5f32d5124a84b97c06636bbce0b5b64d35b2aa Mon Sep 17 00:00:00 2001 From: Christophe Boucaut Date: Mon, 10 Nov 2014 10:36:02 +0100 Subject: [PATCH] Fix "class not found" --- www/customCamera.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/customCamera.js b/www/customCamera.js index 5a31439..643de93 100644 --- a/www/customCamera.js +++ b/www/customCamera.js @@ -25,7 +25,7 @@ customCameraExport.prototype.startCamera = function() { console.log("fail"); console.log(result); }, - "CameraLauncher", + "CustomCamera", "customCamera", [] );