Fix whitespace

This commit is contained in:
Dennis Hotson 2014-12-08 10:39:11 +11:00
parent 6f99308b44
commit 921b3e83e5

View File

@ -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