Skip to content

Commit

Permalink
refactor: remove unused private property (#3420) (#3422)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan committed Feb 11, 2022
1 parent f0908fe commit f7d9547
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/select/src/vaadin-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ class Select extends DelegateFocusMixin(FieldMixin(SlotMixin(ElementMixin(Themab
/** @private */
_overlayElement: Object,

/** @private */
_inputElement: Object,

/** @private */
_inputContainer: Object,

Expand Down

0 comments on commit f7d9547

Please sign in to comment.