From 4151ef4dfd8eeb1fa78c47c7a19875a7d49fee21 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Wed, 20 Feb 2019 19:22:34 -0800 Subject: [PATCH] Fix lint warnings --- lib/utils/templatize.js | 2 +- test/unit/property-effects.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@