Fix: el -> elements
This commit is contained in:
parent
dd64551a36
commit
78c1a1bd3c
|
@ -18,7 +18,7 @@ function configDialog(style) {
|
|||
}),
|
||||
$element({
|
||||
className: 'config-body',
|
||||
appendChild: form.el
|
||||
appendChild: form.elements
|
||||
})
|
||||
],
|
||||
buttons: [
|
||||
|
@ -148,7 +148,7 @@ function configDialog(style) {
|
|||
}
|
||||
|
||||
return {
|
||||
el: labels,
|
||||
elements: labels,
|
||||
useDefault,
|
||||
getVars
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user