diff --git a/c3.js b/c3.js index 204371c..77bf678 100644 --- a/c3.js +++ b/c3.js @@ -2617,7 +2617,6 @@ /*-- Event Handling --*/ function getTargetSelectorSuffix(targetId) { - // TODO: sanitize target return targetId ? '-' + targetId.replace(/\./g, '\\.') : ''; } function getTargetSelector(targetId) {