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)