diff --git a/src/app/ui/draggableContent.js b/src/app/ui/draggableContent.js index 7c25e6599d..c18b47f7b6 100644 --- a/src/app/ui/draggableContent.js +++ b/src/app/ui/draggableContent.js @@ -120,7 +120,7 @@ function dragElement (elmnt) { } function closeDragElement () { - /* stop moving when mouse button is released:*/ + /* stop moving when mouse button is released: */ document.onmouseup = null document.onmousemove = null }