Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
657 stars 92 forks source link

Re-assign prototype constructor too #139

Closed rclai closed 9 years ago

rclai commented 9 years ago

This fixes an issue, mostly for Coffeescript users, where if you try creating a sub-class of Mongo.Collection, the constructor of the subclass will not be able to inherit from the wrapped constructor.

ndarilek commented 9 years ago

Any updates on this?