From f901812169f9af9149bbdc8f7e963bff5438c581 Mon Sep 17 00:00:00 2001 From: Aaron Eisenberger Date: Thu, 26 Jun 2008 16:02:47 +0000 Subject: typo --- ui/effects.scale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; -- cgit v1.2.3