mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
docs..
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8c58a825d1
commit
6ecc5bf150
@ -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:
|
||||
// {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user