Fix white space.

This commit is contained in:
Jürg Lehni 2011-06-12 18:40:30 +01:00
parent 065777291e
commit c341ec220a

View file

@ -647,7 +647,7 @@ var Path = this.Path = PathItem.extend({
isFullySelected: function() {
return this._selectedSegmentCount == this._segments.length;
},
setFullySelected: function(selected) {
this.setSelected(selected);
},