From 921b3e83e5d99ef39fbb235d3f8ad0e7fb3bf091 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Mon, 8 Dec 2014 10:39:11 +1100 Subject: [PATCH] Fix whitespace --- springy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springy.js b/springy.js index 6e37c4c..392f94b 100644 --- a/springy.js +++ b/springy.js @@ -332,7 +332,7 @@ this.stiffness = stiffness; // spring stiffness constant this.repulsion = repulsion; // repulsion constant this.damping = damping; // velocity damping factor - this.minEnergyThreshold = minEnergyThreshold || 0.01; //threshold used to determine render stop + this.minEnergyThreshold = minEnergyThreshold || 0.01; //threshold used to determine render stop this.nodePoints = {}; // keep track of points associated with nodes this.edgeSprings = {}; // keep track of springs associated with edges