Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-02-12 16:12:34 +03:00
parent 068f1f160a
commit 18bf00644f

View File

@ -1087,7 +1087,7 @@ browse.items.makeSubContext('field',
// - a way to define defaults -- global options? // - a way to define defaults -- global options?
// - access to the .app -- should be configurable... // - access to the .app -- should be configurable...
// ...it would be quite logical to add .app on init to all // ...it would be quite logical to add .app on init to all
// dialogs created via ImageGrid... // 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(..) // - default methods .showEditableList(..) / .showList(..) on make(..)
// XXX currently if a user defines options.open it will fully override // XXX currently if a user defines options.open it will fully override
// the default open behavior... // the default open behavior...