minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-20 20:40:51 +03:00
parent 78cb4bdff8
commit 131e1ebd92

View File

@ -104,7 +104,8 @@ module.Demo = core.ImageGridFeatures.Feature({
location: { location: {
path: 'Demo data', path: 'Demo data',
method: 'loadDemoIndex', load: 'loadDemoIndex',
sync: 'loadDemoIndex',
check: true, check: true,
} }
}) })