diff options
author | Aaron Eisenberger <aaronchi@gmail.com> | 2008-06-26 16:02:47 +0000 |
---|---|---|
committer | Aaron Eisenberger <aaronchi@gmail.com> | 2008-06-26 16:02:47 +0000 |
commit | f901812169f9af9149bbdc8f7e963bff5438c581 (patch) | |
tree | 458614125a03dbe4877db0f8c646524f1ab6f781 | |
parent | ea87259568f367f6ea3bd04447e572f599a481d1 (diff) | |
download | jquery-ui-f901812169f9af9149bbdc8f7e963bff5438c581.tar.gz jquery-ui-f901812169f9af9149bbdc8f7e963bff5438c581.zip |
typo
-rw-r--r-- | ui/effects.scale.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/effects.scale.js b/ui/effects.scale.js index 53ef15901..216b0172e 100644 --- a/ui/effects.scale.js +++ b/ui/effects.scale.js @@ -90,7 +90,7 @@ $.effects.size = function(o) { // Create element var el = $(this), props = ['position','top','left','width','height','overflow','opacity']; - var props1 = ['position','top','letf','overflow','opacity']; // Always restore + var props1 = ['position','top','left','overflow','opacity']; // Always restore var props2 = ['width','height','overflow']; // Copy for children var cProps = ['fontSize']; var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom']; |