mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix white space.
This commit is contained in:
parent
065777291e
commit
c341ec220a
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ var Path = this.Path = PathItem.extend({
|
|||
isFullySelected: function() {
|
||||
return this._selectedSegmentCount == this._segments.length;
|
||||
},
|
||||
|
||||
|
||||
setFullySelected: function(selected) {
|
||||
this.setSelected(selected);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue