mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
292d3cb85d
commit
8c2cbf8333
@ -600,10 +600,11 @@ var TagsPrototype = {
|
|||||||
not: function(...args){
|
not: function(...args){
|
||||||
return [...new Set(args.shift() || [])
|
return [...new Set(args.shift() || [])
|
||||||
.subtract(args.flat())] },
|
.subtract(args.flat())] },
|
||||||
|
|
||||||
|
flat: function(...args){ return args.flat() },
|
||||||
},
|
},
|
||||||
__query_ns_special: {
|
__query_ns_special: {
|
||||||
values: function(...args){ return args },
|
values: function(...args){ return args },
|
||||||
flat: function(...args){ return args.flat() },
|
|
||||||
},
|
},
|
||||||
// NOTE: the query parser is generic and thus is implemented in the
|
// NOTE: the query parser is generic and thus is implemented in the
|
||||||
// constructor...
|
// constructor...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user