From f3e090c2a384e5852c3cf59b628e9cdddd5885a4 Mon Sep 17 00:00:00 2001 From: RubaXa Date: Thu, 18 Jun 2015 09:13:08 +0300 Subject: [PATCH] #429: dragStartTimer -> _dragStartTimer --- Sortable.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sortable.js b/Sortable.js index 5c619b5..ba23977 100644 --- a/Sortable.js +++ b/Sortable.js @@ -655,8 +655,7 @@ clearInterval(this._loopId); clearInterval(autoScroll.pid); - - clearTimeout(this.dragStartTimer); + clearTimeout(this._dragStartTimer); // Unbind events _off(document, 'drop', this);