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