adding collaborative node text edition

This commit is contained in:
Pablol
2011-08-07 21:13:20 -03:00
parent 18dfd82c1d
commit ff8cf207ca
5 changed files with 52 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ mindplot.MindmapDesigner = new Class({
// Dispatcher manager ...
var commandContext = new mindplot.CommandContext(this);
this._actionDispatcher = new mindplot.LocalActionDispatcher(commandContext);
this._actionDispatcher = new mindplot.BrixActionDispatcher(commandContext);
this._actionDispatcher.addEvent("modelUpdate", function(event) {
this._fireEvent("modelUpdate", event);
}.bind(this));