mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor cleanup....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a20727d29d
commit
0a71d011f5
@ -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: '}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user