From fa5d34f96ec387eca970bf202e0e7372ed2462c8 Mon Sep 17 00:00:00 2001 From: Pitchaya Boonsarngsuk <2285135b@student.gla.ac.uk> Date: Thu, 22 Mar 2018 16:53:39 +0000 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B9=80?= =?UTF-8?q?=E0=B8=9C=E0=B8=A5=E0=B8=AD=E0=B8=84=E0=B8=AD=E0=B8=A1=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=99=E0=B8=95=E0=B9=8C=E0=B9=80=E0=B8=81=E0=B8=B4?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/js/example-papaparsing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.