removed unused line
the end of the range should be the end of the line as we don't want to see [//#endreigon] in our fold widget.
This commit is contained in:
parent
03730ce381
commit
602a7efd5f
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ oop.inherits(FoldMode, BaseFoldMode);
|
|||
|
||||
var endRow = row;
|
||||
if (endRow > startRow) {
|
||||
var endColumn = line.search(/\S/);
|
||||
return new Range(startRow, startColumn, endRow, line.length);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue