From b59b819ffec6e2b3171625e45d33e61ff7b9dbfe Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Tue, 10 Jun 2014 22:26:35 +0100 Subject: [PATCH] CSS: Removed redundant "to the number" in comment Ref 895ea6887dd02a44067d041db00c355c80e930a3 --- src/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css.js b/src/css.js index bd858a203..75e74228c 100644 --- a/src/css.js +++ b/src/css.js @@ -286,7 +286,7 @@ jQuery.extend({ return; } - // If a number was passed in, add 'px' to the (except for certain CSS properties) + // If a number was passed in, add 'px' (except for certain CSS properties) if ( type === "number" && !jQuery.cssNumber[ origName ] ) { value += "px"; } -- 2.39.5