mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
fixed typo
This commit is contained in:
parent
a883e1f0a1
commit
fb925eb105
@ -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'))
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user