From 21e9b0f467b6269931f52d4503827aeafa0a0a3c Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Sat, 7 Oct 2017 12:44:44 +0300 Subject: [PATCH] typo --- Sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sortable.js b/Sortable.js index 4982413..2647cfe 100644 --- a/Sortable.js +++ b/Sortable.js @@ -675,7 +675,7 @@ _on(document, 'drop', _this); // #1143: Бывает элемент с IFrame внутри блокирует `drop`, - // поэтому если вызволся `mouseover`, значит надо отменять весь d'n'd. + // поэтому если вызвался `mouseover`, значит надо отменять весь d'n'd. _on(document, 'mouseover', _this); _this._dragStartId = _nextTick(_this._dragStarted);