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

On passe le plugin dans la variable navigator, au lieu de window. Pour s'approcher du fonctionnement de cordova.camera.

This commit is contained in:
Christophe BOUCAUT
2015-01-20 11:22:48 +01:00
parent 6663cd24d2
commit e84d6e330b
+1 -1
View File
@@ -10,7 +10,7 @@
<license>undefined</license>
<keywords>custom,camera,geneanet</keywords>
<js-module src="www/customCamera.js" name="GeneanetCustomCamera">
<clobbers target="GeneanetCustomCamera" />
<clobbers target="navigator.GeneanetCustomCamera" />
</js-module>
<hook type="after_plugin_install" src="hooks/after_plugin_install/npminstall.js" />