9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-04-14 00:00:03 +08:00

Modification en ajoutant une action "valide".

This commit is contained in:
Christophe Boucaut
2014-11-10 11:19:27 +01:00
parent 5d03d667fc
commit 4e5c8d00a6
2 changed files with 6 additions and 1 deletions
@@ -14,4 +14,9 @@ public class CameraLauncher extends CordovaPlugin {
return true; return true;
} }
public void testAction()
{
}
} }
+1 -1
View File
@@ -26,7 +26,7 @@ customCameraExport.prototype.startCamera = function() {
console.log(result); console.log(result);
}, },
"CustomCamera", "CustomCamera",
"customCamera", "testAction",
[] []
); );
}; };