* Updates states of all experiments in the table.
()
| 230 | * Updates states of all experiments in the table. |
| 231 | */ |
| 232 | function update() { |
| 233 | CHANNELS.concat(EXPERIMENTS).forEach(function (experiment) { |
| 234 | updateExperimentRow(experiment); |
| 235 | }); |
| 236 | } |
| 237 | |
| 238 | /** |
| 239 | * Updates the state of a single experiment. |
no test coverage detected