Skip to content

Commit 06c4387

Browse files
NiGhTTraXjzaefferer
authored andcommitted
Sortable: Fix typo and break lines in comment.
1 parent 93a2dcd commit 06c4387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/jquery.ui.sortable.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,12 @@ $.widget("ui.sortable", $.ui.mouse, {
354354
}
355355

356356
// Only put the placeholder inside the current Container, skip all
357-
// items form other containers. This works because when moving
357+
// items from other containers. This works because when moving
358358
// an item from one container to another the
359359
// currentContainer is switched before the placeholder is moved.
360360
//
361-
// Without this moving items in "sub-sortables" can cause the placeholder to jitter
362-
// beetween the outer and inner container.
361+
// Without this, moving items in "sub-sortables" can cause
362+
// the placeholder to jitter beetween the outer and inner container.
363363
if (item.instance !== this.currentContainer) {
364364
continue;
365365
}

0 commit comments

Comments
 (0)