This commit is contained in:
Ilya Kantor 2019-09-04 17:06:19 +03:00
parent 64622abc02
commit 0a7e9534d2

View file

@ -1,3 +1,4 @@
let parent = document.getElementById('parent');
parent.onmouseover = parent.onmouseout = parent.onmousemove = handler;
function handler(event) {