(container)
| 122 | return (model.currentMachine == null) && (model.currentTab == 1); |
| 123 | } |
| 124 | onCreate(container) { |
| 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 | } |
nothing calls this directly
no test coverage detected