From e80f4a23be4f553d071c71f6f0424878f936b00a Mon Sep 17 00:00:00 2001 From: qiang Date: Fri, 29 Apr 2022 15:28:23 +0800 Subject: [PATCH] chore: lint --- src/core/service/api/context/canvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/service/api/context/canvas.js b/src/core/service/api/context/canvas.js index aa72e15e5..88013779a 100644 --- a/src/core/service/api/context/canvas.js +++ b/src/core/service/api/context/canvas.js @@ -372,7 +372,7 @@ export class CanvasContext { this.path = [] this.subpath = [] this.path.push({ - method: "beginPath", + method: 'beginPath', data: [] }) } -- GitLab