follow style guidelines
This commit is contained in:
parent
803b06b7de
commit
fee301e768
3 changed files with 8 additions and 7 deletions
|
@ -91,10 +91,10 @@ module.exports =
|
|||
|
||||
throw new TypeError('Buttons need to be array') unless Array.isArray options.buttons
|
||||
|
||||
options.title ?= ''
|
||||
options.message ?= ''
|
||||
options.detail ?= ''
|
||||
options.icon ?= null
|
||||
options.title ?= ''
|
||||
options.message ?= ''
|
||||
options.detail ?= ''
|
||||
options.icon ?= null
|
||||
options.defaultId ?= -1
|
||||
|
||||
# Choose a default button to get selected when dialog is cancelled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue