bugfix
This commit is contained in:
parent
88930f63f9
commit
fc0b49f8f6
@ -61,7 +61,6 @@ bricks.IconBar = class extends bricks.HBox {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
opts.url = opts.icon;
|
opts.url = opts.icon;
|
||||||
console.log('opts=', opts, '-------');
|
|
||||||
var w = new bricks.Icon(opts);
|
var w = new bricks.Icon(opts);
|
||||||
w.bind('click', this.regen_event.bind(this, opts));
|
w.bind('click', this.regen_event.bind(this, opts));
|
||||||
return w;
|
return w;
|
||||||
|
Loading…
Reference in New Issue
Block a user