Meteor-Community-Packages / meteor-collection-hooks

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

Fix example syntax #118

Closed rclai closed 9 years ago

rclai commented 9 years ago

Per https://github.com/matb33/meteor-collection-hooks/issues/116.

matb33 commented 9 years ago

All good, though can you add yourself to the contributors section?

rclai commented 9 years ago

Added.

By the way, were you interested in the collection-extensions branch by any chance?

matb33 commented 9 years ago

I am, although there's one more thing I think your end needs to handle, which is direct collection access. I'd like to still offer users a way to circumvent collection hooks while still allowing other collection extensions, but it would be great to also offer the option for users to circumvent all collection extensions at once.