(container)
| 128 | this.changeState(container, (machine == null) && (tab == 1) ? 0 : 1); |
| 129 | } |
| 130 | select(container) { |
| 131 | model.selectMachine(null, 1); |
| 132 | } |
| 133 | }; |
| 134 | |
| 135 | class ProfileTabBehavior extends TabBehavior { |
nothing calls this directly
no test coverage detected