Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hotson committed Jan 10, 2014
1 parent c7f7d04 commit 4ed5f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions springy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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;
Expand Down

0 comments on commit 4ed5f13

Please sign in to comment.