mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
more debugging...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8a23bee799
commit
b0f8605886
@ -2526,6 +2526,7 @@ var BaseBrowserPrototype = {
|
||||
// given options in this case will be applied only to list items
|
||||
// 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
|
||||
// a single pass???
|
||||
// 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: 14, count: 5})
|
||||
// to test faster use:
|
||||
// dialog.focus(() =>
|
||||
// dialog.render({around: 'focused', count: 5}))
|
||||
render: function(options, renderer){
|
||||
var that = this
|
||||
var args = [...arguments]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user