mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6be15ca2ff
commit
5955743c77
@ -900,7 +900,7 @@ var FileSystemLoaderActions = actions.Actions({
|
|||||||
// XXX we could mark all the index test/recovery actions and
|
// XXX we could mark all the index test/recovery actions and
|
||||||
// get them here dynamically...
|
// get them here dynamically...
|
||||||
return Promise.all([
|
return Promise.all([
|
||||||
this.checkIndexPaths(),
|
context.checkIndexPaths(),
|
||||||
// XXX more checks???
|
// XXX more checks???
|
||||||
]).then(function(res){
|
]).then(function(res){
|
||||||
// XXX either make res format a protocol requirement or
|
// XXX either make res format a protocol requirement or
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user