Unregister a previously registered event listener
Note: doesn't work with anonymous functions (closures). Use method of an object or store listener function in variable.
name of the event
callback passed to subscribed
subscribed
Unregister a previously registered event listener
Note: doesn't work with anonymous functions (closures). Use method of an object or store listener function in variable.