From 0a71d011f5d85ad0d8a54cc855882214d04be1f2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 10 Jan 2020 23:24:18 +0300 Subject: [PATCH] minor cleanup.... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/examples.js | 2 -- 1 file changed, 2 deletions(-) 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: '}),