chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-08-08 17:21:41 +02:00
parent a71f382795
commit 5668dc4fc5
2 changed files with 3 additions and 3 deletions

View File

@ -120,9 +120,9 @@ export class Item {
hostData() {
const childStyles = {};
for (const value of this.itemStyles.values()) {
this.itemStyles.forEach(value => {
Object.assign(childStyles, value);
}
});
return {
'tappable': this.isClickable(),