Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-11-24 14:06:01 +03:00
parent 804623b1ac
commit fdb80358b0

View File

@ -82,6 +82,11 @@ var TagsPrototype = {
// data...
__persistent_tags: [],
// Format:
// {
// <tag>: [ <item>, ... ],
// ...
// }
__index: {},