Remove todo.

This commit is contained in:
Jonathan Puckey 2011-05-21 21:39:27 +02:00
parent 08f3ac197b
commit 469f72d36f

View file

@ -519,8 +519,6 @@ var Path = this.Path = PathItem.extend({
ctx.beginPath();
ctx.rect(point._x - 2, point._y - 2, 4, 4);
ctx.fill();
// TODO: Only draw white rectangle if point.isSelected()
// is false:
if (!pointSelected) {
ctx.beginPath();
ctx.rect(point._x - 1, point._y - 1, 2, 2);