undelegate
can/map/delegateobserve.undelegate( selector, event, handler )
undelegate( selector, event, handler )
removes a delegated event handler from an observe.
observe.undelegate("name","set", handler )
Parameters
-
selector
{String}
the attribute name of the object you want to undelegate from.
-
event
{String}
the event name
-
handler
{function()}
the callback handler
Returns
{can.Map}
the observe for chaining