|
|
@ -494,19 +494,6 @@ class Component extends StyleAndScriptStoringComponent { |
|
|
|
return target; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Executes the given function upon the delegating ExtStoreTypes |
|
|
|
* @param {*} func |
|
|
|
* @returns {Map<ExtStoreType, *} |
|
|
|
*/ |
|
|
|
function executeOnExtStoreTypeCollectedTriple(func) { |
|
|
|
return new Map([ |
|
|
|
{ [ExtStoreType.COLLECTED_SEGMENT_BEGIN]: func(ExtStoreType.COLLECTED_SEGMENT_BEGIN) }, |
|
|
|
{ [ExtStoreType.COLLECTED_DOC_HEAD]: func(ExtStoreType.COLLECTED_DOC_HEAD) }, |
|
|
|
{ [ExtStoreType.COLLECTED_DOC_FOOTER]: func(ExtStoreType.COLLECTED_DOC_FOOTER) } |
|
|
|
]); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Iterates over the collectedWenities (children) |
|
|
|
*/ |
|
|
|