From 07f26b269360ad2e59d540f2522d6b8366433620 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Sun, 10 Jun 2018 16:30:21 +0200 Subject: [PATCH] Remove modulized comment --- lib/utils/case-map.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/utils/case-map.js b/lib/utils/case-map.js index 0f87213d3f..feaf52dda9 100644 --- a/lib/utils/case-map.js +++ b/lib/utils/case-map.js @@ -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"