()
| 63 | |
| 64 | // Execute the commands when the button is clicked |
| 65 | function execEditorContents () { |
| 66 | noerror() |
| 67 | execute (editor.getValue() + ';'); |
| 68 | } |
| 69 | execBtn.addEventListener("click", execEditorContents, true); |
| 70 | |
| 71 | // Performance measurement functions |
no test coverage detected
searching dependent graphs…