fmt: ActionButton - single quote strings

This commit is contained in:
jamesread 2022-01-05 09:59:45 +00:00
parent 5edeace62e
commit f09501278a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class ActionButton extends window.HTMLElement {
this.updateFromJson(json)
// DOM Attributes
this.setAttribute("role", "none")
this.setAttribute('role', 'none')
this.btn.title = json.title
this.btn.onclick = () => {
console.log(json.arguments)