bugfix
This commit is contained in:
parent
80edde8bb6
commit
7a2023446d
@ -7,7 +7,6 @@ bricks.BaseRunning = class extends bricks.FHBox {
|
||||
}
|
||||
*/
|
||||
constructor(opts){
|
||||
opts.width = opts.width || 'auto';
|
||||
super(opts);
|
||||
this.icon_w = new bricks.Icon({
|
||||
url:opts.icon || bricks_resource('imgs/running.gif')
|
||||
@ -16,7 +15,6 @@ bricks.BaseRunning = class extends bricks.FHBox {
|
||||
text:'test123',
|
||||
color:'#222',
|
||||
wrap:false,
|
||||
width:'50px',
|
||||
i18n:false
|
||||
});
|
||||
this.time_start = new Date().getTime();
|
||||
|
Loading…
Reference in New Issue
Block a user