(container, machine, tab)
| 170 | this.onMachineSelected(container, model.currentMachine, model.currentTab); |
| 171 | } |
| 172 | onMachineSelected(container, machine, tab) { |
| 173 | this.changeState(container, (machine == null) && (tab == 4) ? 0 : 1); |
| 174 | } |
| 175 | select(container) { |
| 176 | model.selectMachine(null, 4); |
| 177 | } |