()
| 30 | } |
| 31 | |
| 32 | componentDidMount() { |
| 33 | updatePosition(this.refs['SELECT1']); |
| 34 | updatePosition(this.refs['SELECT2']); |
| 35 | |
| 36 | updatePosition(this.refs['OPTIONLIST']); |
| 37 | } |
| 38 | |
| 39 | _getOptionList() { |
| 40 | return this.refs['OPTIONLIST']; |
nothing calls this directly
no outgoing calls
no test coverage detected