TurkServer / meteor-tutorials

Create super cool animated tutorials for your Meteor app.
MIT License
103 stars 21 forks source link

fixed race condition with rendered and content helper #11

Closed zodern closed 9 years ago

zodern commented 9 years ago

Sometimes the rendered callback got called after the Meteor.defer in the content helper. When that happened, @templateInstance was undefined. This pull request has it get the instance from Template.instance() instead.

mizzao commented 9 years ago

Great, thank you - I also cleaned up some other code in https://github.com/mizzao/meteor-tutorials/commit/0f9752a1df0695484730dd0f0df3bb84b0e4e6e9#diff-e74edfc28419f9b9b80fc481c504e6b9.

This is now released in v0.6.7.