Unbinds an event listener previously bound with up.Layer#on().
The event types to unbind.
Multiple event types may be passed as either a space-separated string ('foo bar'), a comma-separated string ('foo, bar')
or as an array of types (['foo', 'bar']).
The listener function to unbind.
You must pass a reference to the same function reference that was used to register the listener.