e-oj / Magic-Grid

A simple, lightweight Javascript library for dynamic grid layouts.
https://www.npmjs.com/package/magic-grid
MIT License
3.14k stars 144 forks source link

Yuguang test branch #68

Closed yuguangl closed 4 months ago

yuguangl commented 4 months ago

added function to remove listener from listeners in EventEmitter and updated it to use Listener class. adding a listener now returns the ID of the listener which is used to remove it. other: ListenerCount() returns the number of listeners made listeners public