(container, machine, tab)
| 140 | this.onMachineSelected(container, model.currentMachine, model.currentTab); |
| 141 | } |
| 142 | onMachineSelected(container, machine, tab) { |
| 143 | this.changeState(container, (machine == null) && (tab == 2) ? 0 : 1); |
| 144 | } |
| 145 | select(container) { |
| 146 | model.selectMachine(null, 2); |
| 147 | } |