mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaking defaults + cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2b9234a2d3
commit
cbe97eba60
@ -2025,7 +2025,6 @@ module.BaseTags =
|
||||
// Add an ability to trigger handlers when working with specific (special)
|
||||
// tags.
|
||||
//
|
||||
// XXX idea: */* to make a tag persistent...
|
||||
// XXX EXPERIMENTAL...
|
||||
var TagsWithHandlersPrototype = {
|
||||
__proto__: BaseTagsPrototype,
|
||||
@ -2451,7 +2450,7 @@ module.Tags =
|
||||
object.mixin(BaseTagsPrototype,
|
||||
TagsWithHandlersPrototype,
|
||||
// XXX not sure if this should be on by default...
|
||||
//TagsWithPersistentPathsPrototype,
|
||||
TagsWithPersistentPathsPrototype,
|
||||
// NOTE: this needs unmodified input tags this should be
|
||||
// mixed in last, i.e. first to be called in chain
|
||||
// (TagsWithHandlers change the input tags)...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user