Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call.
This commit is contained in:
parent
7a1c6beab0
commit
2594a935de
6 changed files with 10 additions and 10 deletions
2
src/effects.js
vendored
2
src/effects.js
vendored
|
@ -428,7 +428,7 @@ jQuery.fx.prototype = {
|
|||
|
||||
jQuery.each( [ "", "X", "Y" ], function (index, value) {
|
||||
elem.style[ "overflow" + value ] = options.overflow[index];
|
||||
} );
|
||||
});
|
||||
}
|
||||
|
||||
// Hide the element if the "hide" operation was done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue