more debugging...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-09-18 02:43:03 +03:00
parent 8a23bee799
commit b0f8605886

View File

@ -2526,6 +2526,7 @@ var BaseBrowserPrototype = {
// given options in this case will be applied only to list items // given options in this case will be applied only to list items
// that are searched i.e. the non-items in the input list... // that are searched i.e. the non-items in the input list...
// //
// XXX REVISE...
// XXX can .search(..) of a non-path array as a pattern be done in // XXX can .search(..) of a non-path array as a pattern be done in
// a single pass??? // a single pass???
// XXX add support for fuzzy match search -- match substring by default // XXX add support for fuzzy match search -- match substring by default
@ -3052,6 +3053,9 @@ var BaseBrowserPrototype = {
// dialog.render({around: 11, count: 5}) // dialog.render({around: 11, count: 5})
// ... // ...
// dialog.render({around: 14, count: 5}) // dialog.render({around: 14, count: 5})
// to test faster use:
// dialog.focus(() =>
// dialog.render({around: 'focused', count: 5}))
render: function(options, renderer){ render: function(options, renderer){
var that = this var that = this
var args = [...arguments] var args = [...arguments]