mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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)
|
// Add an ability to trigger handlers when working with specific (special)
|
||||||
// tags.
|
// tags.
|
||||||
//
|
//
|
||||||
// XXX idea: */* to make a tag persistent...
|
|
||||||
// XXX EXPERIMENTAL...
|
// XXX EXPERIMENTAL...
|
||||||
var TagsWithHandlersPrototype = {
|
var TagsWithHandlersPrototype = {
|
||||||
__proto__: BaseTagsPrototype,
|
__proto__: BaseTagsPrototype,
|
||||||
@ -2451,7 +2450,7 @@ module.Tags =
|
|||||||
object.mixin(BaseTagsPrototype,
|
object.mixin(BaseTagsPrototype,
|
||||||
TagsWithHandlersPrototype,
|
TagsWithHandlersPrototype,
|
||||||
// XXX not sure if this should be on by default...
|
// XXX not sure if this should be on by default...
|
||||||
//TagsWithPersistentPathsPrototype,
|
TagsWithPersistentPathsPrototype,
|
||||||
// NOTE: this needs unmodified input tags this should be
|
// NOTE: this needs unmodified input tags this should be
|
||||||
// mixed in last, i.e. first to be called in chain
|
// mixed in last, i.e. first to be called in chain
|
||||||
// (TagsWithHandlers change the input tags)...
|
// (TagsWithHandlers change the input tags)...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user