Remove layout harcodes.

This commit is contained in:
Paulo Veiga
2012-01-30 20:17:47 -03:00
parent 306133cd5e
commit 00ca42f7fe
8 changed files with 29 additions and 188 deletions

View File

@@ -1157,8 +1157,8 @@ mindplot.Topic = new Class({
return this._isInWorkspace;
},
createDragNode : function() {
var result = this.parent();
createDragNode : function(layoutManager) {
var result = this.parent(layoutManager);
// Is the node already connected ?
var targetTopic = this.getOutgoingConnectedTopic();