Update index.js

This commit is contained in:
Computer construction kit SmartyKit 2021-01-30 07:20:19 +03:00 committed by GitHub
parent 333d77638f
commit 2338ebd67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -113,3 +113,7 @@ function updateOut(redraw) {
document.getElementById("out").innerText = hexString;
}
function startDrawing()
{
alert("Start drawing");
}