mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2025-02-16 21:08:14 +01:00
- Add additional debug info. RootTree seems to be out of sync.
This commit is contained in:
parent
cfaa8f786d
commit
b847782079
@ -84,7 +84,7 @@ mindplot.layout.RootedTreeSet = new Class({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
validate = !$defined(validate) ? true : validate;
|
validate = !$defined(validate) ? true : validate;
|
||||||
$assert(validate ? result : true, 'node could not be found id:' + id);
|
$assert(validate ? result : true, 'node could not be found id:' + id + "\n,RootedTreeSet" + this.dump());
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user