Skip to content

Commit

Permalink
docs: remove unneeded JSDoc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 6, 2024
1 parent cd3522f commit 30d271d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tabs/src/vaadin-lit-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { tabStyles } from './vaadin-tab-styles.js';
* @mixes ElementMixin
* @mixes TabMixin
* @mixes ThemableMixin
* @protected
*/
class Tab extends TabMixin(ThemableMixin(ElementMixin(PolylitMixin(LitElement)))) {
static get is() {
Expand Down

0 comments on commit 30d271d

Please sign in to comment.