Commit 57726a88 by Alberto Doval

renamed files (removed chainway suffix)

parent 3ab84f4d
var exec = require('cordova/exec');
var PLUGIN_NAME = 'BarcodeScanChainway';
var PLUGIN_NAME = 'BarcodeScan';
var BarcodeScanChainway = {
var BarcodeScan = {
scan: function (device, cb, error) {
exec(cb, error, PLUGIN_NAME, 'scan', [device]);
},
......@@ -10,4 +10,4 @@
exec(cb, error, PLUGIN_NAME, 'getDevices', []);
}
};
module.exports = BarcodeScanChainway;
\ No newline at end of file
module.exports = BarcodeScan;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment