VoliJS / NestedTypes

BackboneJS compatibility layer for Type-R data framework.
https://volicon.github.io/Type-R/
MIT License
94 stars 17 forks source link

Add support for ES6 iterators to both Records and Collection #154

Open gaperton opened 7 years ago

gaperton commented 7 years ago

obj[ Symbol.iterator ] = function(){ ... }

So, for-of and other iterable stuff will work.