From 4ed5f133020a60ebd47cd6bf78927876e59cb4e5 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Sat, 11 Jan 2014 04:12:30 +1100 Subject: [PATCH] Whitespace fixes --- springy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/springy.js b/springy.js index 2cbd866..eeeeee5 100644 --- a/springy.js +++ b/springy.js @@ -640,7 +640,7 @@ this.clear = clear; this.drawEdge = drawEdge; this.drawNode = drawNode; - this.onRenderStop = onRenderStop; + this.onRenderStop = onRenderStop; this.onRenderStart = onRenderStart; this.layout.graph.addGraphListener(this); @@ -658,7 +658,7 @@ * At least the built-in ForceDirected layout behaves in this way. * * @param done An optional callback function that gets executed when the springy algorithm stops, - * either because it ended or because stop() was called. + * either because it ended or because stop() was called. */ Renderer.prototype.start = function(done) { var t = this;