()
| 1104 | } |
| 1105 | |
| 1106 | function simulationStarted() { |
| 1107 | ga('send', { |
| 1108 | hitType: 'event', |
| 1109 | eventCategory: 'Starting Simulation', |
| 1110 | eventAction: parametersChanged ? 'changed' : 'unchanged', |
| 1111 | eventLabel: state.tutorial == null ? '' : state.tutorial |
| 1112 | }); |
| 1113 | parametersChanged = false; |
| 1114 | } |
| 1115 | |
| 1116 | drawDatasetThumbnails(); |
| 1117 | initTutorial(); |
no outgoing calls
no test coverage detected
searching dependent graphs…