tweaking defaults + cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-12-30 00:06:14 +03:00
parent 2b9234a2d3
commit cbe97eba60

View File

@ -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)...