mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
23aeaffe5d
commit
11490cc358
@ -433,6 +433,17 @@ var TagsPrototype = {
|
||||
get length(){
|
||||
return this.values().length },
|
||||
|
||||
// XXX one way to play with this is to add a special tag to set/path
|
||||
// to make it persistent...
|
||||
// Example:
|
||||
// .tag('abc', ...) -> 'abc' is a normal tag...
|
||||
//
|
||||
// .tag('persistent:abc', ...) -> 'abc' is persistent...
|
||||
// .tag('persistent/abc', ...) -> 'abc' is persistent...
|
||||
//
|
||||
// We would need "virtual" tags for this, i.e. tags that are
|
||||
// not actually added to the index but are used for system
|
||||
// stuff...
|
||||
// XXX need a way to add/remove these...
|
||||
persistent: function(){
|
||||
// XXX
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user