Fix event registration event capture during drag.

This commit is contained in:
Paulo Gustavo Veiga
2012-03-23 08:43:07 -03:00
parent 56e57cab75
commit 5496b9b076
4 changed files with 20 additions and 11 deletions

View File

@@ -28,6 +28,10 @@ mindplot.NodeGraph = new Class({
this._size = {width:50,height:20};
},
isReadOnly : function(){
return this._options.readOnly;
},
getType : function() {
var model = this.getModel();
return model.getType();