()
| 430 | function closeGetFilesModal() { //called by boxedwine.html |
| 431 | } |
| 432 | function start() { //called by boxedwine.html |
| 433 | if(isRunning){ |
| 434 | return; |
| 435 | } |
| 436 | startEmulator(); |
| 437 | } |
| 438 | function startEmulator() { |
| 439 | isRunning = true; |
| 440 |
no test coverage detected