minor cleanup....

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-01-10 23:24:18 +03:00
parent a20727d29d
commit 0a71d011f5

View File

@ -945,7 +945,6 @@ var ExampleUIActions = actions.Actions({
make.batch([
'---',
[['X', 'Y']],
// XXX this does not show the correct value...
{title: 'foo', value: 123},
Object.assign(d1,
{type: 'field.Toggle', title: 'Batch toggle 1: '}),
@ -954,7 +953,6 @@ var ExampleUIActions = actions.Actions({
make.field.batch([
'---',
['X', 'Y'],
// XXX this does not show the correct value...
{title: 'foo', value: 123},
Object.assign(d2,
{type: 'Toggle', title: 'Batch toggle 2: '}),