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