mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 01:36:16 -05:00
CSS: Removed redundant "to the number" in comment
Closes gh-1594
This commit is contained in:
committed by
Oleg Gaidarenko
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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user