tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-17 04:45:04 +03:00
parent 4c209d6d10
commit d706042f51

View File

@ -774,7 +774,7 @@ var ExampleUIActions = actions.Actions({
// Combined dialog/lister... // Combined dialog/lister...
// //
// XXX should this be made into a constructor??? // XXX should this be made into a constructor???
exampleDialogMenu: ['Test/Combined dialog & lister (dialog mode)', exampleDialogLister: ['Test/Combined dialog & lister (dialog mode)',
widgets.makeUIDialog(function(path, make){ widgets.makeUIDialog(function(path, make){
var makeList = function(_, make){ var makeList = function(_, make){
make('A') make('A')
@ -786,8 +786,8 @@ var ExampleUIActions = actions.Actions({
makeList(path, make) makeList(path, make)
: browse.makeLister(null, makeList) : browse.makeLister(null, makeList)
})], })],
exampleDialogMenuL: ['Test/Combined dialog & lister (lister mode)/*', exampleDialogListerL: ['Test/Combined dialog & lister (lister mode)/*',
'exampleDialogMenu: ...'], 'exampleDialogLister: ...'],
}) })
var ExampleUI = var ExampleUI =