Fix wrong connection line between lines and topics.

This commit is contained in:
Paulo Veiga
2012-01-21 15:30:39 -03:00
parent b9638b4c99
commit 6ed1c1a0b0
4 changed files with 52 additions and 36 deletions

View File

@@ -32,7 +32,7 @@ mindplot.CentralTopic = new Class({
});
},
workoutIncomingConnectionPoint : function(sourcePosition) {
workoutIncomingConnectionPoint : function() {
return this.getPosition();
},