Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-12-25 15:42:42 +03:00
parent 2f7bb422f2
commit 1c390e570a

View File

@ -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)