Merge pull request #104 from rafaVls/typo-correction

Change function's name to what is called in Javascript.
pull/107/head
Jen Looper 4 years ago committed by GitHub
commit 5dbe7e8bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -176,7 +176,7 @@ All this recalculation of positioning allows you to fine-tune the behavior of th
### Task
The final task to complete the interface is to add the `closeElementDrag` function after the closing curly bracket of `elementDrag`:
The final task to complete the interface is to add the `stopElementDrag` function after the closing curly bracket of `elementDrag`:
```javascript
function stopElementDrag() {

Loading…
Cancel
Save