Fix connection issues.

This commit is contained in:
Paulo Veiga
2011-10-10 19:31:10 -03:00
parent cd85390b22
commit 64bebe8d88
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ mindplot.NodeGraph = new Class({
},
setSize : function(size) {
this._model.setSize(size.width, size.height);
this._model.setSize(parseInt(size.width), parseInt(size.height));
},
getModel:function() {