cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-08-13 18:57:36 +03:00
parent 6593461c19
commit 151b28f48e

View File

@ -3143,9 +3143,9 @@ var BaseBrowserPrototype = {
// this with selectors... // this with selectors...
// ...a hacky way to do search is: // ...a hacky way to do search is:
// s = dialog.search(..) // s = dialog.search(..)
// dialog.render({ // dialog
// filter: e => s.includes(e) // .render({
// }) // filter: e => s.includes(e) })
// the downside here is this is only render, control still uses // the downside here is this is only render, control still uses
// the full data... // the full data...
// XXX make partial render lazy -- i.e. add/remove elements and // XXX make partial render lazy -- i.e. add/remove elements and