Files
customCamera/www/customCamera.js
T

18 lines
335 B
JavaScript

/**
* Permet de faire l'interface entre phonegap et l'application customcamera en java.
*/
'use strict';
var exec = require('cordova/exec');
// constructor.
var customCameraExport = function() {
};
// add method.
customCameraExport.prototype.jesaispasquoionverra = function() {
};
module.exports = new customCameraExport();