mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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)
|
&& this.removeOrphansFromDict(tag)
|
||||||
return res
|
return res
|
||||||
},
|
},
|
||||||
|
// Format:
|
||||||
|
// {
|
||||||
|
// ...
|
||||||
|
// dict: {
|
||||||
|
// <tag>: [<value>, ..],
|
||||||
|
// ...
|
||||||
|
// },
|
||||||
|
// ...
|
||||||
|
// }
|
||||||
json: function(){
|
json: function(){
|
||||||
var res = object.parent(TagsWithDictPrototype.json, this).call(this, ...arguments)
|
var res = object.parent(TagsWithDictPrototype.json, this).call(this, ...arguments)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user