Skip to content

Commit 895ea68

Browse files
AurelioDeRosamarkelog
authored andcommitted
CSS: Removed redundant "to the number" in comment
Closes jquerygh-1594
1 parent 995f707 commit 895ea68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jQuery.extend({
283283
return;
284284
}
285285

286-
// If a number, add 'px' to the (except for certain CSS properties)
286+
// If a number was passed in, add 'px' (except for certain CSS properties)
287287
if ( type === "number" && !jQuery.cssNumber[ origName ] ) {
288288
value += "px";
289289
}

0 commit comments

Comments
 (0)