Vulcan/client/views/comments/comment_reply.js
2014-05-08 15:35:47 +09:00

6 lines
No EOL
137 B
JavaScript

Template.comment_reply.helpers({
post: function () {
if(this.comment) // XXX
return Posts.findOne(this.comment.post);
}
});