unbind
obj.unbind( event, handler )
Removes a basic event listener from an object.
This is an alias of removeEvent.
can.event.unbind.call( obj, event, handler )
This syntax can be used for objects that don't include the can.event
mixin.
Removes a basic event listener from an object.
This is an alias of removeEvent.
This syntax can be used for objects that don't include the can.event
mixin.