From 664361cf293dfc1b0e37479c1897a7f568d62250 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 11 Mar 2021 23:03:31 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 46386852..e99892f2 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -37,13 +37,13 @@ * - tasks * tasks -- manage long running actions * queue -- manage lots of small actions as a single task +* contexts -- XXX * - self-test * basic framework for running test actions at startup... * * * XXX some actions use the .clone(..) action/protocol, should this be * defined here??? -* XXX should this be split into a generic app building lib? * **********************************************************************/ ((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)