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