mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-30 01:34:26 +02:00
working on tree reload bugs
This commit is contained in:
parent
3bc67d66d3
commit
ec5c40141c
3 changed files with 44 additions and 12 deletions
|
@ -439,6 +439,7 @@ var VisNode = VisBase.extend({
|
|||
|
||||
setDepthBasedOn: function(depthIncrement) {
|
||||
if (this.get('depth') === undefined) {
|
||||
debugger
|
||||
throw new Error('no depth yet!');
|
||||
}
|
||||
var pos = this.get('pos');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue