Minor cleanup

This commit is contained in:
Rob Garrison 2018-09-16 17:25:46 -05:00
parent a277800868
commit 06629224c6

View File

@ -273,7 +273,7 @@ function configDialog(style) {
break; break;
case 'range': case 'range':
case 'number': { case 'number':
children = [ children = [
va.type === 'range' && $create('span.current-value', {textContent: va.value + va.units}), va.type === 'range' && $create('span.current-value', {textContent: va.value + va.units}),
va.input = $create('input.config-value', { va.input = $create('input.config-value', {
@ -285,7 +285,6 @@ function configDialog(style) {
}) })
]; ];
break; break;
}
default: { default: {
const options = { const options = {