CSS: Removed redundant "to the number" in comment

Closes gh-1594
This commit is contained in:
Aurelio De Rosa 2014-06-10 22:26:35 +01:00 committed by Oleg Gaidarenko
parent 995f70777a
commit 895ea6887d

View File

@ -283,7 +283,7 @@ jQuery.extend({
return;
}
// If a number, 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";
}