From dcb38e4c2c2b0d0cc449de8db6cb46d2054e302e Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 17 Oct 2019 15:33:14 -0700 Subject: [PATCH] Remove duplicate initialization --- src/elements/element.line.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/elements/element.line.js b/src/elements/element.line.js index 00e190e66dc..782772bfbdc 100644 --- a/src/elements/element.line.js +++ b/src/elements/element.line.js @@ -77,7 +77,6 @@ module.exports = Element.extend({ // Stroke Line ctx.beginPath(); - lastDrawnIndex = -1; // First point moves to it's starting position no matter what currentVM = points[0]._view;