diff --git a/examples/js/example-papaparsing.js b/examples/js/example-papaparsing.js index 40c72db..6f8c558 100644 --- a/examples/js/example-papaparsing.js +++ b/examples/js/example-papaparsing.js @@ -74,6 +74,7 @@ $(document).ready(function () { /** * Parse the data from the provided csv file using Papa Parse library * @param {file} evt - csv file. + */ function parseFile (evt) { // Clear the previous nodes d3.selectAll('.nodes').remove(); @@ -89,7 +90,6 @@ function parseFile (evt) { } }); } -*/ /** * Process the data and pass it into D3 force simulation.