unregister
nodeLists.unregister(nodeList, isChild)
Parameters
- nodeList
{ArrayLike}
:a nodeList to unregister from its parent
- true
{isChild}
:if the nodeList is a direct child, false if a deep child
Returns
{Array}
:
a list of all nodes that were unregistered
Unregister's a nodeList and returns the unregistered nodes. Call if the nodeList is no longer being updated. This will also unregister all child nodeLists.