Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-12-23 06:46:50 +03:00
parent acda574fad
commit d976860a68

View File

@ -1039,6 +1039,7 @@ browse.items.makeSubContext = function(name, obj){
// XXX Q: should title/value args be optional??? // XXX Q: should title/value args be optional???
// ...and should we break the make(..) convention of passing an arg // ...and should we break the make(..) convention of passing an arg
// array for multiple .text blocks, i.e. make([title, value], ...)?? // array for multiple .text blocks, i.e. make([title, value], ...)??
// XXX parse arguments...
browse.items.makeSubContext('field', browse.items.makeSubContext('field',
function(title, value, options){ function(title, value, options){
options = options || {} options = options || {}