From 06c4387bc94f0f71c202f8ce6b6a0551b8340506 Mon Sep 17 00:00:00 2001 From: Andrei Picus Date: Thu, 17 Oct 2013 17:20:11 +0300 Subject: Sortable: Fix typo and break lines in comment. --- ui/jquery.ui.sortable.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/jquery.ui.sortable.js') diff --git a/ui/jquery.ui.sortable.js b/ui/jquery.ui.sortable.js index 9c7bf446c..c76a02397 100644 --- a/ui/jquery.ui.sortable.js +++ b/ui/jquery.ui.sortable.js @@ -354,12 +354,12 @@ $.widget("ui.sortable", $.ui.mouse, { } // Only put the placeholder inside the current Container, skip all - // items form other containers. This works because when moving + // items from other containers. This works because when moving // an item from one container to another the // currentContainer is switched before the placeholder is moved. // - // Without this moving items in "sub-sortables" can cause the placeholder to jitter - // beetween the outer and inner container. + // Without this, moving items in "sub-sortables" can cause + // the placeholder to jitter beetween the outer and inner container. if (item.instance !== this.currentContainer) { continue; } -- cgit v1.2.3