Skip to content

Commit

Permalink
docs: add missing mixes annotations to ActiveMixin JSDoc (#7021) (#7025)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Dec 27, 2023
1 parent 0da54a7 commit ae79885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/a11y-base/src/active-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import { KeyboardMixin } from './keyboard-mixin.js';
* by the pointer or by releasing the activation key.
*
* @polymerMixin
* @mixes DisabledMixin
* @mixes KeyboardMixin
*/
export const ActiveMixin = (superclass) =>
class ActiveMixinClass extends DisabledMixin(KeyboardMixin(superclass)) {
Expand Down

0 comments on commit ae79885

Please sign in to comment.