diff --git a/bricks/textfiles.js b/bricks/textfiles.js index d2b112e..3586f46 100644 --- a/bricks/textfiles.js +++ b/bricks/textfiles.js @@ -10,7 +10,7 @@ bricks.DeletableLabel = class extends bricks.HBox { opts.cheight = 1; opts.width = '100%'; super(opts); - this.rate = opts.rate or 0.6; + this.rate = opts.rate || 0.6; var lopts = { rate: this.rate }