From 1c390e570afb61df173971c7346861ff1b4879a8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 25 Dec 2018 15:42:42 +0300 Subject: [PATCH] doc... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 336e96ea..d1fa0bcc 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -1972,6 +1972,15 @@ var TagsWithDictPrototype = { && this.removeOrphansFromDict(tag) return res }, + // Format: + // { + // ... + // dict: { + // : [, ..], + // ... + // }, + // ... + // } json: function(){ var res = object.parent(TagsWithDictPrototype.json, this).call(this, ...arguments)