working on tree reload bugs

This commit is contained in:
Peter Cottle 2012-10-13 15:44:36 -07:00
parent 3bc67d66d3
commit ec5c40141c
3 changed files with 44 additions and 12 deletions

View file

@ -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');