(container, machine, tab)
| 155 | this.onMachineSelected(container, model.currentMachine, model.currentTab); |
| 156 | } |
| 157 | onMachineSelected(container, machine, tab) { |
| 158 | this.changeState(container, (machine == null) && (tab == 3) ? 0 : 1); |
| 159 | } |
| 160 | select(container) { |
| 161 | model.selectMachine(null, 3); |
| 162 | } |