Skip to content

Commit

Permalink
fix(platform-client): observedAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Feb 10, 2018
1 parent 0a4ddb4 commit 38c9201
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/client/platform-client.ts
Expand Up @@ -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
Expand Down

0 comments on commit 38c9201

Please sign in to comment.