diff options
author | Richard Worth <rdworth@gmail.com> | 2008-09-20 03:23:42 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-09-20 03:23:42 +0000 |
commit | a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9 (patch) | |
tree | 0fc8ca5d5e0dc3de309ce1d32d854556387949dd /ui/ui.droppable.js | |
parent | 0bae0870d920842f10322763c66bc59541b9158c (diff) | |
download | jquery-ui-a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9.tar.gz jquery-ui-a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9.zip |
whitespace: Removed trailing whitespace from non-blank lines
Diffstat (limited to 'ui/ui.droppable.js')
-rw-r--r-- | ui/ui.droppable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.droppable.js b/ui/ui.droppable.js index cdd60e76a..6403d37d2 100644 --- a/ui/ui.droppable.js +++ b/ui/ui.droppable.js @@ -190,7 +190,7 @@ $.ui.ddmanager = { var m = $.ui.ddmanager.droppables[t.options.scope]; var type = e ? e.type : null; // workaround for #2317 - var list = (t.currentItem || t.element).find(":data(droppable)").andSelf(); + var list = (t.currentItem || t.element).find(":data(droppable)").andSelf(); droppablesLoop: for (var i = 0; i < m.length; i++) { |