Minor performance improvement...

This commit is contained in:
Paulo Gustavo Veiga
2012-07-07 13:18:27 -03:00
parent f3da916965
commit 80940b8529
7 changed files with 83 additions and 81 deletions

View File

@@ -139,9 +139,7 @@ mindplot.ConnectionLine = new Class({
else {
x = -mindplot.Topic.CONNECTOR_WIDTH;
}
console.log("conector:" + x + ", " + y);
connector.setPosition(x, y);
}
},