montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.1k stars 183 forks source link

No rangeChange event on Set#clear #23

Closed syvuilliot closed 11 years ago

syvuilliot commented 11 years ago

A "set" collection does not dispatch a rangeChange when the "clear" method is used

kriskowal commented 11 years ago

Thanks for catching this.