fix syntax
This commit is contained in:
parent
d79e6b9d54
commit
fa67127bf5
1 changed files with 5 additions and 3 deletions
|
@ -36,9 +36,11 @@ class BreathBar extends LitElement {
|
|||
}
|
||||
|
||||
static get properties () {
|
||||
playerInCreative: { type: Boolean },
|
||||
breathBubbles: { type: Number },
|
||||
showBreathBubbles: { type: Boolean }
|
||||
return {
|
||||
playerInCreative: { type: Boolean },
|
||||
breathBubbles: { type: Number },
|
||||
showBreathBubbles: { type: Boolean }
|
||||
}
|
||||
}
|
||||
|
||||
constructor() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue