replace russian-english comment with english (#1630)

replace russian-english comment with english
This commit is contained in:
Alexey Pyltsyn 2019-11-25 22:48:56 +03:00 committed by GitHub
commit 9c7f4cd7ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ Let's update our algorithm:
```js
// onmousemove
// у мяча ball стоит position:absoute
// ball has position:absoute
ball.style.left = event.pageX - *!*shiftX*/!* + 'px';
ball.style.top = event.pageY - *!*shiftY*/!* + 'px';
```