9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-02-16 00:00:09 +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

View File

@@ -14,4 +14,9 @@ public class CameraLauncher extends CordovaPlugin {
return true;
}
public void testAction()
{
}
}

View File

@@ -26,7 +26,7 @@ customCameraExport.prototype.startCamera = function() {
console.log(result);
},
"CustomCamera",
"customCamera",
"testAction",
[]
);
};