Change function's name to what is called in javascript.

Function's name in the instructions was closeElementDrag, corrected it to StopElementDrag.
This commit is contained in:
Rafael Aviles
2020-12-14 07:42:11 -08:00
parent 748717bb2a
commit 5fb3091eb3

View File

@@ -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() {