Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-12-17 19:44:40 +03:00
parent 8c58a825d1
commit 6ecc5bf150

View File

@ -239,7 +239,7 @@ var BaseTagsPrototype = {
//
// Format:
// {
// <alias>: <normalized-tag>,
// <single-tag>: <tag-set>,
// ...
// }
//
@ -257,6 +257,8 @@ var BaseTagsPrototype = {
return this.constructor.parseQuery.call(this, query) },
// Tag matching and filtering...
//
// Match tags directly...
//
// Check if tags match...
@ -1435,10 +1437,14 @@ var BaseTagsPrototype = {
// Serialization...
//
// Dump/load state as JSON...
//
// .json()
// -> json
//
// .load(json)
// -> this
//
//
// Format:
// {