nskazki b36b92b247 Detach event listeners on destroy
if "on" receives "this", it attaches "eventListeners" array to "this" and stores "{ element, type, callback }" hash in there.
later, during the destruction process, all the entries from this array will be processed by "unbindListeners" helper to detach all the event listeners.
2019-07-19 16:26:01 +03:00
..
2019-07-19 16:26:01 +03:00
2019-06-21 00:19:37 +10:00
2018-09-28 00:42:42 +10:00