Skip to content

Commit

Permalink
Remove duplicate initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 17, 2019
1 parent 61174cd commit dcb38e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elements/element.line.js
Expand Up @@ -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;
Expand Down

0 comments on commit dcb38e4

Please sign in to comment.