Remove comment about unnecessary change.

This commit is contained in:
Jürg Lehni 2011-05-06 00:45:46 +01:00
parent 680ae49ec8
commit 18ef19649c

View file

@ -337,7 +337,6 @@ var Path = this.Path = PathItem.extend({
if (last1._point.equals(first1._point)) { if (last1._point.equals(first1._point)) {
first1.setHandleIn(last1._handleIn); first1.setHandleIn(last1._handleIn);
last1.remove(); last1.remove();
// TODO: Don't notify in setClosed... Use internal _setClosed?
this.setClosed(true); this.setClosed(true);
} }
this._changed(); this._changed();