Skip to content

Commit cd2f419

Browse files
authored
Merge pull request #1191 from lahmatiy/patch-1
typo
2 parents 47e70b6 + 21e9b0f commit cd2f419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
_on(document, 'drop', _this);
676676

677677
// #1143: Бывает элемент с IFrame внутри блокирует `drop`,
678-
// поэтому если вызволся `mouseover`, значит надо отменять весь d'n'd.
678+
// поэтому если вызвался `mouseover`, значит надо отменять весь d'n'd.
679679
_on(document, 'mouseover', _this);
680680

681681
_this._dragStartId = _nextTick(_this._dragStarted);

0 commit comments

Comments
 (0)