(container)
| 95 | this.changeState(container, this.isSelected(container) ? 0 : 1); |
| 96 | } |
| 97 | onTouchBegan(container) { |
| 98 | this.changeState(container, 0); |
| 99 | this.select(container); |
| 100 | } |
| 101 | select(container) { |
| 102 | } |
| 103 | }; |
nothing calls this directly
no test coverage detected