CSS: Removed redundant "to the number" in comment

Ref 895ea6887d
This commit is contained in:
Aurelio De Rosa 2014-06-10 22:26:35 +01:00 committed by Oleg Gaidarenko
parent da84cb6b7a
commit b59b819ffe

View File

@ -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";
}