Vulcan/client/views/comments/comment_reply.js
2014-07-05 11:24:28 +09:00

6 lines
No EOL
153 B
JavaScript

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