This commit is contained in:
Aaron Eisenberger 2008-06-26 16:02:47 +00:00
parent ea87259568
commit f901812169

View File

@ -90,7 +90,7 @@ $.effects.size = function(o) {
// Create element // Create element
var el = $(this), props = ['position','top','left','width','height','overflow','opacity']; 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 props2 = ['width','height','overflow']; // Copy for children
var cProps = ['fontSize']; var cProps = ['fontSize'];
var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom']; var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom'];