From 2338ebd67b71ad1d7e3070824131d069ad0690a7 Mon Sep 17 00:00:00 2001 From: Computer construction kit SmartyKit <42343604+smartykit@users.noreply.github.com> Date: Sat, 30 Jan 2021 07:20:19 +0300 Subject: [PATCH] Update index.js --- index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.js b/index.js index 785668e..2681883 100644 --- a/index.js +++ b/index.js @@ -113,3 +113,7 @@ function updateOut(redraw) { document.getElementById("out").innerText = hexString; } +function startDrawing() +{ + alert("Start drawing"); +}