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...