This commit is contained in:
Fabian Jakobs 2011-03-31 09:50:14 +02:00
commit 82bc93ac60

View file

@ -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 [];
}