Another try to capture serialization issue.

This commit is contained in:
Paulo Gustavo Veiga 2013-03-14 21:25:02 -03:00
parent 9e7f289a9e
commit 8356906791

View File

@ -149,6 +149,8 @@ mindplot.MultilineTextEditor = new Class({
if (this._topic.getText() != this._getText()) {
var text = this._getText();
// Do not send windows return chars ...
text = text.replace("\r","");
var topicId = this._topic.getId();
var actionDispatcher = mindplot.ActionDispatcher.getInstance();