fix typo
This commit is contained in:
parent
c84ec61daf
commit
82bc93ac60
1 changed files with 1 additions and 1 deletions
|
|
@ -869,7 +869,7 @@ var EditSession = function(text, mode) {
|
|||
TAB_SPACE = 5;
|
||||
|
||||
this.$computeWrapSplits = function(textLine, wrapLimit, tabSize) {
|
||||
textLine = lang.stringTrimRight();
|
||||
textLine = lang.stringTrimRight(textLine);
|
||||
if (textLine.length == 0) {
|
||||
return [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue