Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-11-23 15:05:26 +03:00
parent b13206c533
commit 804623b1ac

View File

@ -80,6 +80,11 @@ var TagsPrototype = {
tagRemovedChars: '\\s-_', tagRemovedChars: '\\s-_',
}, },
// data...
__persistent_tags: [],
__index: {},
// Utils... // Utils...
// //
// proxy to Tags.normalize(..) // proxy to Tags.normalize(..)