Skip to content

Commit b59b819

Browse files
AurelioDeRosamarkelog
authored andcommitted
CSS: Removed redundant "to the number" in comment
Ref 895ea68
1 parent da84cb6 commit b59b819

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
@@ -286,7 +286,7 @@ jQuery.extend({
286286
return;
287287
}
288288

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

0 commit comments

Comments
 (0)