Skip to content

Commit 9baeb3c

Browse files
authored
minor
1 parent 03499d6 commit 9baeb3c

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/4-mouse-drag-and-drop

1 file changed

+1
-1
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Let's update our algorithm:
124124

125125
```js
126126
// onmousemove
127-
// у мяча ball стоит position:absoute
127+
// ball has position:absoute
128128
ball.style.left = event.pageX - *!*shiftX*/!* + 'px';
129129
ball.style.top = event.pageY - *!*shiftY*/!* + 'px';
130130
```

0 commit comments

Comments
 (0)