bootstrap-treeview
bootstrap-treeview copied to clipboard
Fix remove node
If a node is specified but its children nodes are not present or not complete in the deleted node, _removeNodeEl()
would fail. This fixes the issue by invoking the function on the nodes removed from splice.