Skip to content

Commit

Permalink
Remove theme property
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed May 15, 2019
1 parent 283a888 commit 4eaede4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/vaadin-context-menu-overlay.html
Expand Up @@ -69,16 +69,14 @@
parentOverlay: {
type: Object,
readOnly: true
},

theme: {
type: String,
reflectToAttribute: true,
observer: '_themeChanged'
}
};
}

static get observers() {
return ['_themeChanged(theme)'];
}

ready() {
super.ready();

Expand Down

0 comments on commit 4eaede4

Please sign in to comment.