(container, machine, tab)
| 125 | this.onMachineSelected(container, model.currentMachine, model.currentTab); |
| 126 | } |
| 127 | onMachineSelected(container, machine, tab) { |
| 128 | this.changeState(container, (machine == null) && (tab == 1) ? 0 : 1); |
| 129 | } |
| 130 | select(container) { |
| 131 | model.selectMachine(null, 1); |
| 132 | } |