mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a1d0943d64
commit
c1c50fa765
@ -3182,7 +3182,9 @@ var BaseBrowserPrototype = {
|
|||||||
|
|
||||||
|
|
||||||
// XXX from/to/around/count...
|
// XXX from/to/around/count...
|
||||||
// XXX
|
|
||||||
|
// XXX do we need filter on this level or is dialog.filter(..).render() enough?
|
||||||
|
// ...the difference is filtering here will maintain topology...
|
||||||
|
|
||||||
|
|
||||||
var l
|
var l
|
||||||
@ -3217,9 +3219,11 @@ var BaseBrowserPrototype = {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
// skip...
|
// skip...
|
||||||
// XXX
|
// XXX
|
||||||
false ?
|
false ?
|
||||||
[]
|
[]
|
||||||
|
|
||||||
|
// XXX need to maintain topology...
|
||||||
|
|
||||||
// inlined...
|
// inlined...
|
||||||
: e instanceof BaseBrowser ?
|
: e instanceof BaseBrowser ?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user