From d2decf9eaae090517121793f8df0e984fd0bfe46 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 24 Dec 2020 02:15:53 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 415cfe12..3e962141 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -632,6 +632,10 @@ module.Logger = ImageGridFeatures.Feature({ //--------------------------------------------------------------------- // System life-cycle... +// XXX potential pitfall: setting up new features without restarting... +// this can happen for instance in ig.js when starting a minimal +// imagegrid instance and then adding new features -- these new +// features will not get their .start() (and friends) run... // XXX should his have state??? // ...if so, should this be a toggler??? var LifeCycleActions = actions.Actions({