Missing comma

This commit is contained in:
2020-01-28 13:24:15 +01:00
parent 061c359ec4
commit 854d4fd553

View File

@@ -55,7 +55,7 @@ export default {
let canvas = this.$refs["canvas"]; let canvas = this.$refs["canvas"];
QRCode.toCanvas( QRCode.toCanvas(
canvas, canvas,
this.vippsUrlBasedOnUserAgent this.vippsUrlBasedOnUserAgent,
{ errorCorrectionLevel: "Q" }, { errorCorrectionLevel: "Q" },
(err, url) => { (err, url) => {
if (err != null) { if (err != null) {