minor fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-01-28 03:24:19 +03:00
parent 6a15dccca3
commit d1162a171a
2 changed files with 6 additions and 6 deletions

View File

@ -252,25 +252,25 @@ module.ConfigLocalStorage = core.ImageGridFeatures.Feature({
// XXX config override location/filename to support portable apps...
// XXX comment support in json (preferably both reading and writing...)
var ConfigFS = actions.Actions({
var ConfigFSActions = actions.Actions({
config: {
},
})
var ConfigLocalStorage =
module.ConfigLocalStorage = core.ImageGridFeatures.Feature({
var ConfigFS =
module.ConfigFS = core.ImageGridFeatures.Feature({
title: '',
doc: '',
tag: 'fs-config',
depends: [
'config-local-storage',
'localstorage-config',
'fs',
],
actions: ConfigFS,
actions: ConfigFSActions,
handlers: [
// NOTE: considering that allot depends on this it must be

View File

@ -485,7 +485,7 @@ module.SingleImageViewLocalStorage = core.ImageGridFeatures.Feature({
tag: 'ui-single-image-local-storage',
depends: [
'ui-single-image',
'config-local-storage',
'localstorage-config',
],
handlers:[