tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-02-07 22:20:00 +03:00
parent 5955743c77
commit 98d87b612c

View File

@ -890,7 +890,8 @@ var FileSystemLoaderActions = actions.Actions({
return updated ? return updated ?
gid gid
: [] })], : [] })],
_checkIndex: ['- File/', //checkIndex: ['File/Check index consistency',
_checkIndex: ['File/',
core.doc``, core.doc``,
function(options={}){ function(options={}){
var context = var context =
@ -1065,6 +1066,8 @@ module.FileSystemLoader = core.ImageGridFeatures.Feature({
.markChanged('data') .markChanged('data')
.markChanged('images', imgs.keys()) }, .markChanged('images', imgs.keys()) },
function(){}) }], function(){}) }],
// XXX
//['checkIndexPaths',
['checkIndex', ['checkIndex',
function(res){ function(res){
var that = this var that = this