Skip to content

Commit

Permalink
Remove unnecessary call to new_positions
Browse files Browse the repository at this point in the history
  • Loading branch information
DipanshKhandelwal authored and quozl committed Dec 29, 2017
1 parent 1a8a200 commit b9cd024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ define(function (require) {
// Create a drawing canvas
drawingCanvas = new createjs.Shape();
stage.addChild(drawingCanvas);
new_positions();
stage.update();
}

Expand Down

0 comments on commit b9cd024

Please sign in to comment.