Whitespace fixes

This commit is contained in:
Dennis Hotson 2014-01-11 04:12:30 +11:00
parent c7f7d040ec
commit 4ed5f13302

View File

@ -640,7 +640,7 @@
this.clear = clear; this.clear = clear;
this.drawEdge = drawEdge; this.drawEdge = drawEdge;
this.drawNode = drawNode; this.drawNode = drawNode;
this.onRenderStop = onRenderStop; this.onRenderStop = onRenderStop;
this.onRenderStart = onRenderStart; this.onRenderStart = onRenderStart;
this.layout.graph.addGraphListener(this); this.layout.graph.addGraphListener(this);
@ -658,7 +658,7 @@
* At least the built-in ForceDirected layout behaves in this way. * 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, * @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) { Renderer.prototype.start = function(done) {
var t = this; var t = this;