From bd07af3ba0581a1034a3a7a71500492fd99573ab Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 2 Dec 2017 18:33:37 +0300 Subject: [PATCH] fixed a .loadImages(..) sync bug... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 3b4e6540..788c6e87 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -570,7 +570,7 @@ var FileSystemLoaderActions = actions.Actions({ logger) // load the data... .then(function(imgs){ - that.loadOrRecover({ + return that.loadOrRecover({ images: imgs, data: data.Data.fromArray(imgs.keys()),