Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.

This commit is contained in:
Michał Z. Gołębiowski
2013-03-12 21:06:25 -04:00
committed by Timmy Willison
parent ae3524642c
commit 79992d7523
11 changed files with 29 additions and 27 deletions

4
src/effects.js vendored
View File

@@ -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 ) {