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

Multi-map example appears to not work #221

Open spiritedsnowcat opened 5 years ago

spiritedsnowcat commented 5 years ago

Hi there,

I'm trying to use your multi-map implementation, and it keeps throwing "TypeError: # is not iterable" for every value parameter I use besides an array. I tried using your demo of multi-map, and it threw the same error for multi-map.js:12. Thoughts?

Thanks.

codebling commented 5 years ago

Try branch v2. This is likely due to #169.