(container)
| 158 | this.changeState(container, (machine == null) && (tab == 3) ? 0 : 1); |
| 159 | } |
| 160 | select(container) { |
| 161 | model.selectMachine(null, 3); |
| 162 | } |
| 163 | }; |
| 164 | |
| 165 | class Test262TabBehavior extends TabBehavior { |
nothing calls this directly
no test coverage detected