Merge pull request #1946 from syncopika/master
remove a stray 's' that caused an error in ball drag example
This commit is contained in:
commit
020f2ea5e2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
<script>
|
||||
ball.onmousedown = function(event) {s
|
||||
ball.onmousedown = function(event) {
|
||||
ball.style.position = 'absolute';
|
||||
ball.style.zIndex = 1000;
|
||||
document.body.appendChild(ball);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue