Skip to content

Commit

Permalink
Merge pull request #5253 from Polymer/TimvdLippe-patch-1
Browse files Browse the repository at this point in the history
Remove modulized comment
  • Loading branch information
dfreedm authored Jun 12, 2018
2 parents c91dec8 + 07f26b2 commit 3868984
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/utils/case-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ const CAMEL_TO_DASH = /([A-Z])/g;
* @summary Module that provides utilities for converting between "dash-case"
* and "camelCase".
*/
`TODO(modulizer): A namespace named Polymer.CaseMap was
declared here. The surrounding comments should be reviewed,
and this string can then be deleted`;

/**
* Converts "dash-case" identifier (e.g. `foo-bar-baz`) to "camelCase"
Expand Down

0 comments on commit 3868984

Please sign in to comment.