compute.unbind

  • function
computed.unbind  

Unbind an event handler from a compute.

compute.unbind(eventType[, handler])

Parameters

  1. eventType {String}

    The type of event to unbind. The only event type available for computes is change.

  2. handler {function()}Optional

    If given, the handler to unbind. If handler is not supplied, all handlers bound to eventType will be removed.