Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-02-16 22:41:35 +03:00
parent 391837ea95
commit 3079f1b67d

View File

@ -1091,8 +1091,8 @@ browse.items.makeSubContext('field',
// we directly calk browse.* most of the time... (refactoring // we directly calk browse.* most of the time... (refactoring
// this might be a good excuse to migrate to browse2.js) // 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 if options.open is defined it will fully override the default open
// the default open behavior... // behavior...
browse.items.field.Toggle = browse.items.field.Toggle =
function(title, options){ function(title, options){
var that = this var that = this