Skip to content

Commit

Permalink
Remove modulized comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe authored Jun 10, 2018
1 parent 1e1709c commit 07f26b2
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 07f26b2

Please sign in to comment.