First edit node implementation...
This commit is contained in:
@@ -50,6 +50,11 @@ mindplot.Icon = new Class({
|
||||
|
||||
addEvent : function(type, fnc) {
|
||||
this._image.addEvent(type, fnc);
|
||||
},
|
||||
|
||||
remove : function()
|
||||
{
|
||||
throw "Unsupported operation";
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user