Well, that was dumb; Join without ','
This commit is contained in:
parent
2f9871e005
commit
6ea3e504e5
|
@ -301,7 +301,7 @@ function MultiLineEditTextView(options) {
|
|||
}
|
||||
return text;
|
||||
})
|
||||
.join();
|
||||
.join('');
|
||||
};
|
||||
|
||||
this.getContiguousText = function (startIndex, endIndex, includeEol) {
|
||||
|
|
Loading…
Reference in New Issue