fixing loading error

This commit is contained in:
Pablol
2011-08-09 02:17:16 -03:00
parent 7d9af403fe
commit b699c2670c
8 changed files with 644 additions and 13777 deletions

View File

@@ -30,11 +30,7 @@ mindplot.BrixActionDispatcher = new Class({
topicsIds = [topicsIds];
}
var topic = framework.getTopic(topicsIds[0]);
var callback = function(event, topic) {
topic.getBrixModel().removeListener("valueChanged", callback);
this._actionDispatcher.changeTextOnTopic(topic.getId(), event.getNewValue());
}.bindWithEvent(this, topic);
topic.setText(text, true, callback);
topic.setText(text, true);
}
});