compute.unbind
computed.unbind
Unbind an event handler from a compute.
compute.unbind(eventType[, handler])
Parameters
-
eventType
{String}
The type of event to unbind. The only event type available for computes is change.
-
handler
{function()}
OptionalIf given, the handler to unbind. If handler is not supplied, all handlers bound to eventType will be removed.