dabeng / OrgChart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
2.87k stars 772 forks source link

I keep seeing this issue "Cannot read property 'length' of undefined" #263

Open YousefMMS opened 7 years ago

YousefMMS commented 7 years ago

I keep seeing this issue "Cannot read property 'length' of undefined" After my debug, I added the following js line at line 688

if (!nodeData.children) { nodeData.children = []; } after that every thing works fine.

am going to add pull request with this change, if that's not right let me know.

YousefMMS commented 7 years ago

I think this only happens with old jquery versions.