Closed benbjohnson closed 10 years ago
This pull request adds a RemoveEventListener() function to EventDispatcher. I didn't add this originally because you can't check function equality with == but apparently it works if you use the reflect package.
RemoveEventListener()
EventDispatcher
==
reflect
Lgtm
This pull request adds a
RemoveEventListener()
function toEventDispatcher
. I didn't add this originally because you can't check function equality with==
but apparently it works if you use thereflect
package.