undelegate

  • function
can/map/delegate
 

observe.undelegate( selector, event, handler )

undelegate( selector, event, handler ) removes a delegated event handler from an observe.

observe.undelegate("name","set", handler )

Parameters

  1. selector {String}

    the attribute name of the object you want to undelegate from.

  2. event {String}

    the event name

  3. handler {function()}

    the callback handler

Returns

{can.Map}

the observe for chaining