bugfix
This commit is contained in:
parent
1b52a701eb
commit
8c1caa3f93
@ -45,7 +45,7 @@ bricks.MultipleStateImage = class extends bricks.Layout {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bricks.MultipleStateIcon = class extends bricks.Icon {
|
bricks.MultipleStateIcon = class extends bricks.Svg {
|
||||||
constructor(opts){
|
constructor(opts){
|
||||||
opts.url = opts.urls[opts.state];
|
opts.url = opts.urls[opts.state];
|
||||||
super(opts);
|
super(opts);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user