cordova-plugin-epson-spectrum
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -18,3 +18,3 @@ { | ||
}, | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"scripts": { | ||
@@ -21,0 +21,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -7,4 +7,4 @@ var execute = require("cordova/exec"); | ||
}, | ||
print: function (err) { | ||
return execute(null, err, 'EpsonPlugin', 'print', []); | ||
print: function (res, err) { | ||
return execute(res, err, 'EpsonPlugin', 'print', []); | ||
}, | ||
@@ -11,0 +11,0 @@ stop: function (res, err) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
224961
375