9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

Mise en place d'un background dynamique passé depuis le JS.

This commit is contained in:
Christophe BOUCAUT
2014-11-28 17:12:17 +01:00
parent 5cfd38154e
commit d698df4c3f
4 changed files with 81 additions and 19 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ customCameraExport.prototype.startCamera = function(imgBackgroundBase64, success
successFct(data);
};
var failFctCallback = function(data) {
failFct(data.code, data.message);
var failFctCallback = function(message) {
failFct(message);
};
exec(