mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-23 07:49:48 -05:00
Remove comment about unnecessary change.
This commit is contained in:
parent
680ae49ec8
commit
18ef19649c
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue