From 1a626b4f5a7db6e86862a64d72a699d826bc5b9e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 15 Feb 2017 04:24:12 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index a355f376..c905f6ba 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -147,8 +147,8 @@ var FileSystemLoaderActions = actions.Actions({ // NOTE: this will add a .from field to .location, this will indicate // the date starting from which saves are loaded. // - // XXX add a symmetric equivalent to .prepareIndexForWrite(..) so as - // to enable features to load their data... + // XXX do we need both this and file.buildIndex(..), we essentially create + // a Data object and then create it again in .load()... // XXX look inside... loadIndex: ['- File/Load index', function(path, from_date, logger){