Skip to content

Commit f3e090c

Browse files
committed
#429: dragStartTimer -> _dragStartTimer
1 parent ed8ae42 commit f3e090c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Sortable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,7 @@
655655

656656
clearInterval(this._loopId);
657657
clearInterval(autoScroll.pid);
658-
659-
clearTimeout(this.dragStartTimer);
658+
clearTimeout(this._dragStartTimer);
660659

661660
// Unbind events
662661
_off(document, 'drop', this);

0 commit comments

Comments
 (0)