hwillson / meteor-stub-collections

Stub out Meteor collections with in-memory local collections.
MIT License
24 stars 17 forks source link

Retrieve all property names of Collection, fixes #11 #13

Closed davidyuk closed 7 years ago

davidyuk commented 7 years ago

Instead _.keys can be used _.allKeys, but it's not available in Underscore.js 1.5.2.

hwillson commented 7 years ago

This looks good to me - thanks @Davidyuk!