bugfix
This commit is contained in:
parent
acd308a02a
commit
8578044b9b
@ -10,7 +10,7 @@ bricks.DeletableLabel = class extends bricks.HBox {
|
|||||||
opts.cheight = 1;
|
opts.cheight = 1;
|
||||||
opts.width = '100%';
|
opts.width = '100%';
|
||||||
super(opts);
|
super(opts);
|
||||||
this.rate = opts.rate or 0.6;
|
this.rate = opts.rate || 0.6;
|
||||||
var lopts = {
|
var lopts = {
|
||||||
rate: this.rate
|
rate: this.rate
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user