aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAndrei Picus <office.nightcrawler@gmail.com>2014-01-14 09:36:16 +0200
committerScott González <scott.gonzalez@gmail.com>2014-01-15 04:10:10 -0500
commit23c7d367b12fd629754b680bbef84e564652e21a (patch)
treebc5f9daed6a063f66eb93a7a2134b39572d7a130 /ui
parent0b28d597fe1857590c9719c8b41f00e77967f7d7 (diff)
downloadjquery-ui-23c7d367b12fd629754b680bbef84e564652e21a.tar.gz
jquery-ui-23c7d367b12fd629754b680bbef84e564652e21a.zip
Sortable: Cleanup
Closes gh-1168 Closes gh-1169
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.sortable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.sortable.js b/ui/jquery.ui.sortable.js
index 4ba2576c1..29c25f390 100644
--- a/ui/jquery.ui.sortable.js
+++ b/ui/jquery.ui.sortable.js
@@ -733,7 +733,7 @@ $.widget("ui.sortable", $.ui.mouse, {
p = this.containers[i].element.offset();
this.containers[i].containerCache.left = p.left;
this.containers[i].containerCache.top = p.top;
- this.containers[i].containerCache.width = this.containers[i].element.outerWidth();
+ this.containers[i].containerCache.width = this.containers[i].element.outerWidth();
this.containers[i].containerCache.height = this.containers[i].element.outerHeight();
}
}