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