mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Clean up white spaces.
This commit is contained in:
parent
064f17eaec
commit
de739b42a8
1 changed files with 2 additions and 2 deletions
|
@ -500,7 +500,7 @@ var Path = this.Path = PathItem.extend({
|
|||
var segments = this.removeSegments(index, index + 1);
|
||||
return segments[0] || null;
|
||||
},
|
||||
|
||||
|
||||
// PORT: Add to Scriptographer
|
||||
/**
|
||||
* Removes the segments from the specified 'from' index to the specified
|
||||
|
@ -602,7 +602,7 @@ var Path = this.Path = PathItem.extend({
|
|||
isSelected: function() {
|
||||
return this._selectedSegmentCount > 0;
|
||||
},
|
||||
|
||||
|
||||
setSelected: function(selected) {
|
||||
var wasSelected = this.isSelected(),
|
||||
length = this._segments.length;
|
||||
|
|
Loading…
Reference in a new issue