mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a7d1488fe7
commit
fe43c62eeb
@ -598,10 +598,8 @@ var TagsPrototype = {
|
|||||||
or: function(...args){
|
or: function(...args){
|
||||||
return [...new Set(args.flat(1))] },
|
return [...new Set(args.flat(1))] },
|
||||||
not: function(...args){
|
not: function(...args){
|
||||||
return [...args
|
return new Set(args.shift() || [])
|
||||||
.reduce(function(res, l){
|
.subtract(args.flat()) },
|
||||||
return res.subtract(l.flat(1)) },
|
|
||||||
new Set(args.shift()))] },
|
|
||||||
},
|
},
|
||||||
__query_ns_special: {
|
__query_ns_special: {
|
||||||
values: function(...args){ return args },
|
values: function(...args){ return args },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user