Commit cdc260f7 by Oscar Fuentes

Fix plugin helper

parent c88165e3
cordova.define("barcode-scan-chainway.BarcodeScanChainway", function (require, exports, module) {
var exec = require('cordova/exec');
var PLUGIN_NAME = 'BarcodeScanChainway';
......@@ -11,6 +10,4 @@ cordova.define("barcode-scan-chainway.BarcodeScanChainway", function (require, e
exec(cb, error, PLUGIN_NAME, 'getDevices', []);
}
};
module.exports = BarcodeScanChainway;
});
\ No newline at end of file
module.exports = BarcodeScanChainway;
\ 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