aboutsummaryrefslogtreecommitdiffstats
path: root/ui/sortable.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-05-07 12:28:34 -0400
committerScott González <scott.gonzalez@gmail.com>2014-05-07 12:28:34 -0400
commit8029a9763c106cbb528aaac9972a20d052b6e501 (patch)
treeaf5101e3f63919602be40b812d230d9ed2af1340 /ui/sortable.js
parent079279afd4bc9ca7bc19fb34c539621997033b22 (diff)
downloadjquery-ui-8029a9763c106cbb528aaac9972a20d052b6e501.tar.gz
jquery-ui-8029a9763c106cbb528aaac9972a20d052b6e501.zip
All: Fix typos
Closes gh-1237
Diffstat (limited to 'ui/sortable.js')
-rw-r--r--ui/sortable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/sortable.js b/ui/sortable.js
index a518e75cf..c7edd3d1f 100644
--- a/ui/sortable.js
+++ b/ui/sortable.js
@@ -391,7 +391,7 @@ return $.widget("ui.sortable", $.ui.mouse, {
// 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.
+ // the placeholder to jitter between the outer and inner container.
if (item.instance !== this.currentContainer) {
continue;
}