Merge pull request #65 from Irrational86/master
Fixed order of 'onRenderStop' and 'onRenderStart' parameters when calling this.layout.start()
This commit is contained in:
commit
db74df106c
|
@ -677,7 +677,7 @@
|
|||
t.layout.eachNode(function(node, point) {
|
||||
t.drawNode(node, point.p);
|
||||
});
|
||||
}, this.onRenderStart, this.onRenderStop);
|
||||
}, this.onRenderStop, this.onRenderStart);
|
||||
};
|
||||
|
||||
Renderer.prototype.stop = function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user