Skip to content

Commit 6800c2a

Browse files
authored
Update index.html
1 parent d0474ae commit 6800c2a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/ball.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
<script>
16-
ball.onmousedown = function(event) {
16+
ball.onmousedown = function(event) {
1717
ball.style.position = 'absolute';
1818
ball.style.zIndex = 1000;
1919
document.body.appendChild(ball);

0 commit comments

Comments
 (0)