davidworkman9 / meteor-editable

X-Editable inspired Meteor package for inline edits. Atmosphere: https://atmospherejs.com/workman/meteor-editable
MIT License
17 stars 12 forks source link

Add support for Meteor 0.8.3 #5

Closed fuzzie360 closed 10 years ago

fuzzie360 commented 10 years ago

I'm not sure if this is the best way to fix this but I ran into problems when updating to Meteor 0.8.3 and found that I needed to make these necessary changes. If you have a better way, please use your own fix instead.

The main problem is that the template object does not have the kind property anymore.

davidworkman9 commented 10 years ago

Thanks! Looks good to me.