From 391837ea955752fc23fed3d98bde819a449ad101 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 13 Feb 2020 15:41:57 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index d759771d..92977136 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1087,7 +1087,9 @@ browse.items.makeSubContext('field', // - a way to define defaults -- global options? // - access to the .app -- should be configurable... // ...it would be quite logical to add .app on init to all -// dialogs created via ImageGrid -- this is not trivial as we directly calk browse.* most of the time... (refactoring this might be a good excuse to migrate to browse2.js) +// dialogs created via ImageGrid -- this is not trivial as +// we directly calk browse.* most of the time... (refactoring +// this might be a good excuse to migrate to browse2.js) // - default methods .showEditableList(..) / .showList(..) on make(..) // XXX currently if a user defines options.open it will fully override // the default open behavior...