From: Paul Bakaus Date: Sun, 8 Jun 2008 15:47:27 +0000 (+0000) Subject: fixed typo X-Git-Tag: 1.5.1~140 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb925eb1050f44c7c1ab7f6b7905bd8cec2543da;p=jquery-ui.git fixed typo --- diff --git a/ui/effects.transfer.js b/ui/effects.transfer.js index 2bb9f4b18..f7dad75a7 100644 --- a/ui/effects.transfer.js +++ b/ui/effects.transfer.js @@ -41,7 +41,7 @@ $.effects.transfer = function(o) { position = target.offset(); animation = { top: position.top, - left: position.top, + left: position.left, height: target.outerHeight() - parseInt(transfer.css('borderTopWidth')) - parseInt(transfer.css('borderBottomWidth')), width: target.outerWidth() - parseInt(transfer.css('borderLeftWidth')) - parseInt(transfer.css('borderRightWidth')) };