Skip to content

Commit

Permalink
fixed lint in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Aug 14, 2017
1 parent 6b4d215 commit 10545ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@
clientY: canvasOffset.top + 100,
target: rect
};
canvas.setActiveObject(rect)
canvas.setActiveObject(rect);
canvas._setupCurrentTransform(eventStub, rect);
var t = canvas._currentTransform;
equal(t.target, rect, 'should have rect as a target');
Expand Down

0 comments on commit 10545ce

Please sign in to comment.