- Fix problem selecting central node.
This commit is contained in:
@@ -38,7 +38,7 @@ mindplot.NodeGraph = new Class({
|
||||
},
|
||||
|
||||
get2DElement : function() {
|
||||
$assert(this._elem2d, 'NodeGraph has not been initialized propertly');
|
||||
$assert(this._elem2d, 'NodeGraph has not been initialized properly');
|
||||
return this._elem2d;
|
||||
},
|
||||
|
||||
@@ -54,10 +54,6 @@ mindplot.NodeGraph = new Class({
|
||||
elem.addEventListener(type, listener);
|
||||
},
|
||||
|
||||
isNodeGraph : function() {
|
||||
return true;
|
||||
},
|
||||
|
||||
setMouseEventsEnabled : function(isEnabled) {
|
||||
this._mouseEvents = isEnabled;
|
||||
},
|
||||
|
Reference in New Issue
Block a user