mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 08:34:26 +02:00
global paper gone
This commit is contained in:
parent
4f8b3eb044
commit
5246580b27
3 changed files with 28 additions and 48 deletions
|
@ -283,7 +283,6 @@ var VisBranch = VisBase.extend({
|
|||
},
|
||||
|
||||
genGraphics: function(paper) {
|
||||
|
||||
var textPos = this.getTextPosition();
|
||||
var name = this.getName();
|
||||
var text;
|
||||
|
@ -744,7 +743,9 @@ var VisNode = VisBase.extend({
|
|||
}, this);
|
||||
},
|
||||
|
||||
genGraphics: function(paper) {
|
||||
genGraphics: function() {
|
||||
var paper = this.gitVisuals.paper;
|
||||
|
||||
var pos = this.getScreenCoords();
|
||||
var textPos = this.getTextScreenCoords();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue