mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
Merge branch 'master' of github.com:flynx/ImageGrid
This commit is contained in:
commit
98f1979146
@ -395,8 +395,8 @@ var BaseTagsPrototype = {
|
|||||||
// ...
|
// ...
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
// a:b a:b a:x
|
// a:b a:b a:x
|
||||||
// b:c z:b:m
|
// b:a z:b:m
|
||||||
// a:x:b ...
|
// a:x:b:z ...
|
||||||
// ...
|
// ...
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
@ -809,7 +809,7 @@ var BaseTagsPrototype = {
|
|||||||
|
|
||||||
return this
|
return this
|
||||||
},
|
},
|
||||||
// NOTE: this supports tag patterns (see: ,match(..))
|
// NOTE: this supports tag patterns (see: .match(..))
|
||||||
// NOTE: non-pattern tags are matched explicitly.
|
// NOTE: non-pattern tags are matched explicitly.
|
||||||
untag: function(tags, value){
|
untag: function(tags, value){
|
||||||
var that = this
|
var that = this
|
||||||
@ -911,7 +911,7 @@ var BaseTagsPrototype = {
|
|||||||
|
|
||||||
// Toggle a tag to persistent/non-persistent...
|
// Toggle a tag to persistent/non-persistent...
|
||||||
//
|
//
|
||||||
// A persistent is not removed when untagging a value.
|
// A persistent tag is not removed when untagging a value.
|
||||||
//
|
//
|
||||||
// .togglePersistent(tag)
|
// .togglePersistent(tag)
|
||||||
// .togglePersistent(tag, tag, ...)
|
// .togglePersistent(tag, tag, ...)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user