mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.
This commit is contained in:
committed by
Timmy Willison
parent
ae3524642c
commit
79992d7523
4
src/effects.js
vendored
4
src/effects.js
vendored
@@ -440,8 +440,8 @@ Tween.propHooks = {
|
||||
}
|
||||
};
|
||||
|
||||
// Remove in 2.0 - this supports IE8's panic based approach
|
||||
// to setting things on disconnected nodes
|
||||
// Support: IE9
|
||||
// Panic based approach to setting things on disconnected nodes
|
||||
|
||||
Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
|
||||
set: function( tween ) {
|
||||
|
||||
Reference in New Issue
Block a user