()
| 932 | } |
| 933 | |
| 934 | _getPreviousOptionIndex() { |
| 935 | return this._selectedIndex === 0 ? this._selectedIndex : (this._selectedIndex - 1); |
| 936 | } |
| 937 | |
| 938 | _beforeOpen() { |
| 939 | this._selectedIndexBeforeOpen = this._selectedIndex; |
no outgoing calls
no test coverage detected