()
| 31 | |
| 32 | class menuButtons { |
| 33 | constructor () { |
| 34 | this.Download = document.getElementById("download-course"); |
| 35 | this.Stop = document.getElementById("stop-download"); |
| 36 | this.BatchAdd = document.getElementById("batch-add"); |
| 37 | this.BatchDownload = document.getElementById("batch-download"); |
| 38 | this.BatchView = document.getElementById("batch-view"); |
| 39 | this.BatchImport = document.getElementById("batch-import"); |
| 40 | this.BatchClear = document.getElementById("batch-clear"); |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | class menuToggles { |
nothing calls this directly
no outgoing calls
no test coverage detected