off
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.
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.