mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Landing pull request 467. Adds comments regarding opacity test adjustments.
More Details: - https://github.com/jquery/jquery/pull/467
This commit is contained in:
4
test/unit/effects.js
vendored
4
test/unit/effects.js
vendored
@@ -772,10 +772,12 @@ jQuery.each( {
|
||||
f_o = f( elem, "opacity" );
|
||||
}
|
||||
|
||||
// The only time an _empty_string_ will be matched is in IE
|
||||
// otherwise, the correct values will be tested as usual
|
||||
if ( f_o === "" ) {
|
||||
f_o = 1;
|
||||
}
|
||||
|
||||
// See above
|
||||
if ( cur_o === "" ) {
|
||||
cur_o = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user