more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-01-23 16:23:14 +03:00
parent c1dd4b92ec
commit 7d3d7a1ff3

View File

@ -1227,10 +1227,10 @@ function(title, options){
: 'off' } }))) } : 'off' } }))) }
// XXX should this also take batch options???
// XXX should we patch the close callback not to get called twice??? // XXX should we patch the close callback not to get called twice???
// XXX BUG: if user passes a new spec each time this will not work... // XXX BUG: if user passes a new spec each time this will not work...
// ...can we clear the old callkback?? // ...can we clear the old callkback??
// XXX investigate using the update event for unbinding and rebinding the close event...
browse.items.batch = browse.items.batch =
function(spec, callback){ function(spec, callback){
var that = this var that = this