Clean up white spaces.

This commit is contained in:
Jürg Lehni 2011-06-13 19:05:17 +01:00
parent 064f17eaec
commit de739b42a8

View file

@ -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;