Skip to content

Commit

Permalink
#429: dragStartTimer -> _dragStartTimer
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Jun 18, 2015
1 parent ed8ae42 commit f3e090c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,7 @@

clearInterval(this._loopId);
clearInterval(autoScroll.pid);

clearTimeout(this.dragStartTimer);
clearTimeout(this._dragStartTimer);

// Unbind events
_off(document, 'drop', this);
Expand Down

0 comments on commit f3e090c

Please sign in to comment.