mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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([
|
make.batch([
|
||||||
'---',
|
'---',
|
||||||
[['X', 'Y']],
|
[['X', 'Y']],
|
||||||
// XXX this does not show the correct value...
|
|
||||||
{title: 'foo', value: 123},
|
{title: 'foo', value: 123},
|
||||||
Object.assign(d1,
|
Object.assign(d1,
|
||||||
{type: 'field.Toggle', title: 'Batch toggle 1: '}),
|
{type: 'field.Toggle', title: 'Batch toggle 1: '}),
|
||||||
@ -954,7 +953,6 @@ var ExampleUIActions = actions.Actions({
|
|||||||
make.field.batch([
|
make.field.batch([
|
||||||
'---',
|
'---',
|
||||||
['X', 'Y'],
|
['X', 'Y'],
|
||||||
// XXX this does not show the correct value...
|
|
||||||
{title: 'foo', value: 123},
|
{title: 'foo', value: 123},
|
||||||
Object.assign(d2,
|
Object.assign(d2,
|
||||||
{type: 'Toggle', title: 'Batch toggle 2: '}),
|
{type: 'Toggle', title: 'Batch toggle 2: '}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user