Closed matthewp closed 7 years ago
This makes sure that we only create the zone-wrapped event handler once, so that using the same handler in multiple events won't result in new handlers getting created (which could lead to memory leaks if removeEventListener is later called).
Closes #144
This makes sure that we only create the zone-wrapped event handler once, so that using the same handler in multiple events won't result in new handlers getting created (which could lead to memory leaks if removeEventListener is later called).
Closes #144