(container)
| 143 | this.changeState(container, (machine == null) && (tab == 2) ? 0 : 1); |
| 144 | } |
| 145 | select(container) { |
| 146 | model.selectMachine(null, 2); |
| 147 | } |
| 148 | }; |
| 149 | |
| 150 | class SerialTabBehavior extends TabBehavior { |
nothing calls this directly
no test coverage detected