mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
fixed a .loadImages(..) sync bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0e14635281
commit
bd07af3ba0
@ -570,7 +570,7 @@ var FileSystemLoaderActions = actions.Actions({
|
|||||||
logger)
|
logger)
|
||||||
// load the data...
|
// load the data...
|
||||||
.then(function(imgs){
|
.then(function(imgs){
|
||||||
that.loadOrRecover({
|
return that.loadOrRecover({
|
||||||
images: imgs,
|
images: imgs,
|
||||||
data: data.Data.fromArray(imgs.keys()),
|
data: data.Data.fromArray(imgs.keys()),
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user