use _splitTextIntoLines() everywhere

This commit is contained in:
inssein 2015-05-27 20:16:26 -07:00
parent b7275de184
commit 5991fb085b

View file

@ -517,7 +517,7 @@
this.text = this.text.slice(0, index - 1) +
this.text.slice(index);
this._textLines = this.text.split(this._reNewline);
this._textLines = this._splitTextIntoLines();
},
/**