diff --git a/ui (gen4)/features/examples.js b/ui (gen4)/features/examples.js index b544765f..e142fa57 100755 --- a/ui (gen4)/features/examples.js +++ b/ui (gen4)/features/examples.js @@ -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: '}),