Skip to content

Commit

Permalink
chore: update JSDoc to extend correct classes (#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Dec 27, 2021
1 parent 0347e4e commit 83840bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/time-picker/src/vaadin-time-picker-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ComboBoxDropdown } from '@vaadin/combo-box/src/vaadin-combo-box-dropdow
/**
* An element used internally by `<vaadin-time-picker>`. Not intended to be used separately.
*
* @extends ComboBoxOverlay
* @extends ComboBoxDropdown
* @private
*/
class TimePickerDropdown extends ComboBoxDropdown {
Expand Down
2 changes: 1 addition & 1 deletion packages/time-picker/src/vaadin-time-picker-scroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ComboBoxScroller } from '@vaadin/combo-box/src/vaadin-combo-box-scrolle
/**
* An element used internally by `<vaadin-time-picker>`. Not intended to be used separately.
*
* @extends ComboBoxOverlay
* @extends ComboBoxScroller
* @private
*/
class TimePickerScroller extends ComboBoxScroller {
Expand Down

0 comments on commit 83840bc

Please sign in to comment.