off

  • function
 

obj.off( event, handler )

Removes a basic event listener from an object.

This is an alias of removeEvent.

can.event.off.call( obj, event, handler )

This syntax can be used for objects that don't include the can.event mixin.