Vulcan/client/views/comments/comment_reply.js

4 lines
115 B
JavaScript
Raw Normal View History

2012-10-05 22:09:13 +09:00
Template.comment_reply.post = function(){
2013-10-09 20:11:58 +09:00
var comment = this;
return comment && Posts.findOne(comment.post);
};