Skip to content

Commit

Permalink
Cleanup element definition, add missing annotation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Dec 25, 2017
1 parent 8f8f60d commit 1a694e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vaadin-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
*
* @memberof Vaadin
* @mixes Vaadin.ElementMixin
* @demo demo/index.html
*/
class VaadinDialog extends Vaadin.ElementMixin(class extends Polymer.Element {}) {
class VaadinDialog extends Vaadin.ElementMixin(Polymer.Element) {
static get is() {
return 'vaadin-dialog';
}
Expand Down

0 comments on commit 1a694e9

Please sign in to comment.