(container)
| 173 | this.changeState(container, (machine == null) && (tab == 4) ? 0 : 1); |
| 174 | } |
| 175 | select(container) { |
| 176 | model.selectMachine(null, 4); |
| 177 | } |
| 178 | }; |
| 179 | |
| 180 | class MachineTabBehavior extends TabBehavior { |
nothing calls this directly
no test coverage detected