Skip to content

Commit

Permalink
CSS: Removed redundant "to the number" in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelioDeRosa authored and markelog committed Sep 2, 2014
1 parent da84cb6 commit b59b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jQuery.extend({
return;
}

// If a number was passed in, 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";
}
Expand Down

0 comments on commit b59b819

Please sign in to comment.