fixing some old refs
This commit is contained in:
@@ -59,7 +59,7 @@ mindplot.widget.IconPanel = new Class({
|
||||
var panel = this;
|
||||
var model = this.getModel();
|
||||
img.on('click', function (event) {
|
||||
model.setValue(this.id);
|
||||
model.setValue(this.attr('id'));
|
||||
panel.hide();
|
||||
}.bind(img));
|
||||
|
||||
|
Reference in New Issue
Block a user