bugfix
This commit is contained in:
parent
2355667bfc
commit
00c137d1ed
@ -97,7 +97,7 @@ bricks.Countdown = class extends bricks.VBox {
|
|||||||
var ts = bricks.formatTime(this.seconds);
|
var ts = bricks.formatTime(this.seconds);
|
||||||
this.text_w.set_text(ts);
|
this.text_w.set_text(ts);
|
||||||
if (this.seconds < 1){
|
if (this.seconds < 1){
|
||||||
stop();
|
this.stop();
|
||||||
this.dispatch('timeout');
|
this.dispatch('timeout');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user