aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-09-20 03:23:42 +0000
committerRichard Worth <rdworth@gmail.com>2008-09-20 03:23:42 +0000
commita522291a7b8a4f44c4d6cf0f1d146eab172bc0c9 (patch)
tree0fc8ca5d5e0dc3de309ce1d32d854556387949dd /ui/ui.draggable.js
parent0bae0870d920842f10322763c66bc59541b9158c (diff)
downloadjquery-ui-a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9.tar.gz
jquery-ui-a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9.zip
whitespace: Removed trailing whitespace from non-blank lines
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r--ui/ui.draggable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js
index ff3ebddd1..069a4dfcd 100644
--- a/ui/ui.draggable.js
+++ b/ui/ui.draggable.js
@@ -493,7 +493,7 @@ $.ui.plugin.add("draggable", "snap", {
for (var i = inst.snapElements.length - 1; i >= 0; i--){
- var l = inst.snapElements[i].left, r = l + inst.snapElements[i].width,
+ var l = inst.snapElements[i].left, r = l + inst.snapElements[i].width,
t = inst.snapElements[i].top, b = t + inst.snapElements[i].height;
//Yes, I know, this is insane ;)