From 38c92014da18727ca66f0ce9f37b6cc2a1d0f79e Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sat, 10 Feb 2018 16:28:21 +0100 Subject: [PATCH] fix(platform-client): observedAttributes --- src/client/platform-client.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/client/platform-client.ts b/src/client/platform-client.ts index 126752c730c..6c6773c7997 100644 --- a/src/client/platform-client.ts +++ b/src/client/platform-client.ts @@ -131,11 +131,10 @@ export function createPlatformClient(Context: CoreContext, App: AppGlobal, win: cmpMeta.membersMeta[propName].attribName ); } - - // set the array of all the attributes to keep an eye on - // https://www.youtube.com/watch?v=RBs21CFBALI - HostElementConstructor.observedAttributes = observedAttributes; } + // set the array of all the attributes to keep an eye on + // https://www.youtube.com/watch?v=RBs21CFBALI + HostElementConstructor.observedAttributes = observedAttributes; } // define the custom element