mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
CSS: Removed redundant "to the number" in comment
Closes gh-1594
This commit is contained in:
parent
995f70777a
commit
895ea6887d
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user