From 298d325012c780cea187e7d54b122d9e6b7bf062 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 28 Nov 2018 14:00:45 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index fae99569..631450f3 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -129,6 +129,19 @@ var TagsPrototype = { // } __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... // @@ -423,19 +436,6 @@ var TagsPrototype = { // ['or', 'a', 'b'], // ['not', 'z']]) 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 },