Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-01-12 10:11:10 +03:00
parent e8950cebe8
commit f8fb4514a4

View File

@ -1104,6 +1104,12 @@ function(title, options){
Object.assign( Object.assign(
options, options,
{ {
// XXX do we need a .type ???
//type: options.type || 'toggle',
// XXX need to:
// - call options.open if it exists...
// - do not define this if we already did...
open: function(evt){ open: function(evt){
// XXX CONTEXT... // XXX CONTEXT...
var actions = options.app || that.app var actions = options.app || that.app