fixing some old refs

This commit is contained in:
Ezequiel Bergamaschi
2014-04-21 00:34:01 -03:00
parent 3d2c251b03
commit efd8c6e867
3 changed files with 5 additions and 2 deletions

View File

@@ -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));