(container)
| 113 | this.changeState(container, (machine == null) && (tab == 0) ? 0 : 1); |
| 114 | } |
| 115 | select(container) { |
| 116 | model.selectMachine(null, 0); |
| 117 | } |
| 118 | }; |
| 119 | |
| 120 | class BubblesTabBehavior extends TabBehavior { |
nothing calls this directly
no test coverage detected