()
| 13 | }, |
| 14 | |
| 15 | model() { |
| 16 | // Get room name from the server |
| 17 | return $.getJSON('/room').then((data) => data.name); |
| 18 | }, |
| 19 | |
| 20 | setupController(ctrl, model) { |
| 21 | ctrl.set('model', []); |
nothing calls this directly
no outgoing calls
no test coverage detected