onNodeRemoval
Listen for removal mutations on the given node.
onNodeRemoval( node, callback )
Parameters
- node
{Node}
:The node on which to listen for removal mutations.
- callback
{function}
:The callback called when a removal mutation is dispatched.
Returns
{function}
:
The callback to remove the mutation listener.