aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects.js
diff options
context:
space:
mode:
authorChris Faulkner <thefaulkner@gmail.com>2012-07-11 09:46:21 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-07-11 09:46:21 -0400
commit7b5ffcdac8e1cc4b110690cddc6345f44ae0aaab (patch)
tree0a94bba47cd44ac6da50bb5bdefe4f804f733a86 /src/effects.js
parentc210e08c3a73dca302afee24186b48f62ada9fba (diff)
downloadjquery-7b5ffcdac8e1cc4b110690cddc6345f44ae0aaab.tar.gz
jquery-7b5ffcdac8e1cc4b110690cddc6345f44ae0aaab.zip
Fixes a variety of typographical problems. Closes gh-853
Diffstat (limited to 'src/effects.js')
-rw-r--r--src/effects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.js b/src/effects.js
index ad4152a20..f28ef9418 100644
--- a/src/effects.js
+++ b/src/effects.js
@@ -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.