improve comment

This commit is contained in:
Sam 2018-04-30 18:42:23 +10:00
parent f1168db1c8
commit 319ea27389
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function cancelDrag(e) {
$('body').removeClass('widget-dragging');
$(document).off(DRAG_NAME);
// We leave the drag event cause touch needs it always bound on iOS
// We leave the touchmove event cause touch needs it always bound on iOS
if (_dragging) {
if (_dragging.dragEnd) { _dragging.dragEnd(e); }