fixed typo

This commit is contained in:
Paul Bakaus 2008-06-08 15:47:27 +00:00
parent a883e1f0a1
commit fb925eb105

View File

@ -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'))
};