mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ab43d7348b
commit
298d325012
@ -129,6 +129,19 @@ var TagsPrototype = {
|
|||||||
// }
|
// }
|
||||||
__index: null,
|
__index: null,
|
||||||
|
|
||||||
|
// XXX each of the arguments can be:
|
||||||
|
// - tag -> resolves to list of values
|
||||||
|
// - query -> resolves to list of values
|
||||||
|
// - list of values
|
||||||
|
__query_ns: {
|
||||||
|
and: function(...args){
|
||||||
|
},
|
||||||
|
or: function(...args){
|
||||||
|
},
|
||||||
|
not: function(...args){
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
// Utils...
|
// Utils...
|
||||||
//
|
//
|
||||||
@ -423,19 +436,6 @@ var TagsPrototype = {
|
|||||||
// ['or', 'a', 'b'],
|
// ['or', 'a', 'b'],
|
||||||
// ['not', 'z']])
|
// ['not', 'z']])
|
||||||
query: function(){
|
query: function(){
|
||||||
// XXX each of the arguments can be:
|
|
||||||
// - tag -> resolves to list of values
|
|
||||||
// - query -> resolves to list of values
|
|
||||||
// - list of values
|
|
||||||
var ns = {
|
|
||||||
and: function(...e){
|
|
||||||
},
|
|
||||||
or: function(...e){
|
|
||||||
},
|
|
||||||
not: function(...e){
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
// XXX
|
// XXX
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user