Fixes a variety of typographical problems. Closes gh-853

This commit is contained in:
Chris Faulkner
2012-07-11 09:46:21 -04:00
committed by Rick Waldron
parent c210e08c3a
commit 7b5ffcdac8
6 changed files with 19 additions and 19 deletions

2
src/effects.js vendored
View File

@@ -404,7 +404,7 @@ Tween.propHooks = {
return tween.elem[ tween.prop ];
}
// passing any value as a 4th paramter to .css will automatically
// passing any value as a 4th parameter to .css will automatically
// attempt a parseFloat and fallback to a string if the parse fails
// so, simple values such as "10px" are parsed to Float.
// complex values such as "rotate(1rad)" are returned as is.