minor typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-20 20:49:08 +03:00
parent 131e1ebd92
commit 41191e7db8

View File

@ -746,7 +746,7 @@ core.ImageGridFeatures.Feature({
// basic sections... // basic sections...
// NOTE: config is local config... // NOTE: config is local config...
;['config', 'data'].forEach(function(section){ ;['config', 'data'].forEach(function(section){
if((changes === true || chages[section]) && res.raw[section]){ if((changes === true || changes[section]) && res.raw[section]){
res.index[section] = res.raw[section] } }) res.index[section] = res.raw[section] } })
// images (full)... // images (full)...