mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
doc...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2f7bb422f2
commit
1c390e570a
@ -1972,6 +1972,15 @@ var TagsWithDictPrototype = {
|
||||
&& this.removeOrphansFromDict(tag)
|
||||
return res
|
||||
},
|
||||
// Format:
|
||||
// {
|
||||
// ...
|
||||
// dict: {
|
||||
// <tag>: [<value>, ..],
|
||||
// ...
|
||||
// },
|
||||
// ...
|
||||
// }
|
||||
json: function(){
|
||||
var res = object.parent(TagsWithDictPrototype.json, this).call(this, ...arguments)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user