montagejs / collections

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

Add change dispatch to Set.size in polyfill #219

Closed tejaede closed 5 years ago

tejaede commented 5 years ago

This PR propagates the changes in https://github.com/montagejs/collections/pull/216 to the CollectionsSet class. This is necessary for Set.size to be observable in in IE version <= 11.

marchant commented 5 years ago

LGTM!