Skip to content

Commit dcb38e4

Browse files
committed
Remove duplicate initialization
1 parent 61174cd commit dcb38e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/elements/element.line.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ module.exports = Element.extend({
7777

7878
// Stroke Line
7979
ctx.beginPath();
80-
lastDrawnIndex = -1;
8180

8281
// First point moves to it's starting position no matter what
8382
currentVM = points[0]._view;

0 commit comments

Comments
 (0)