Fixed order of 'onRenderStop' and 'onRenderStop' parameters when calling this.layout.start().
This commit is contained in:
parent
0a588deed6
commit
b3145ce522
|
@ -677,7 +677,7 @@
|
||||||
t.layout.eachNode(function(node, point) {
|
t.layout.eachNode(function(node, point) {
|
||||||
t.drawNode(node, point.p);
|
t.drawNode(node, point.p);
|
||||||
});
|
});
|
||||||
}, this.onRenderStart, this.onRenderStop);
|
}, this.onRenderStop, this.onRenderStart);
|
||||||
};
|
};
|
||||||
|
|
||||||
Renderer.prototype.stop = function() {
|
Renderer.prototype.stop = function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user