Fix token errors

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-05 10:55:22 +00:00
parent 5d7b7bf020
commit a512831377
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ export default function(sampleSet, remainderSet, distanceFn, endingIts) {
// For each datapoint "node" to be interpolated
for (let i = remainderSet.length-1; i>=0; i--) {
let
node = remainderSet[i],,
node = remainderSet[i],
nearestSample, minDist, sample, dist, index;
// For each datapoint "sample" in the sample set