diff --git a/lib/utils/templatize.js b/lib/utils/templatize.js index bce85db55b..b8e5899b27 100644 --- a/lib/utils/templatize.js +++ b/lib/utils/templatize.js @@ -550,7 +550,7 @@ export function templatize(template, owner, options) { baseClass = createTemplatizerClass(template, templateInfo, options); templateInfo.templatizeInstanceClass = baseClass; } - const methodHost = findMethodHost(template) + const methodHost = findMethodHost(template); // Host property forwarding must be installed onto template instance addPropagateEffects(template, templateInfo, options, methodHost); // Subclass base class and add reference for this specific template diff --git a/test/unit/property-effects.html b/test/unit/property-effects.html index f62f589c17..b44344df4a 100644 --- a/test/unit/property-effects.html +++ b/test/unit/property-effects.html @@ -26,7 +26,7 @@