mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +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){
|
||||
return [...new Set(args.shift() || [])
|
||||
.subtract(args.flat())] },
|
||||
|
||||
flat: function(...args){ return args.flat() },
|
||||
},
|
||||
__query_ns_special: {
|
||||
values: function(...args){ return args },
|
||||
flat: function(...args){ return args.flat() },
|
||||
},
|
||||
// NOTE: the query parser is generic and thus is implemented in the
|
||||
// constructor...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user