mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
4 lines
No EOL
115 B
JavaScript
4 lines
No EOL
115 B
JavaScript
Template.comment_reply.post = function(){
|
|
var comment = this;
|
|
return comment && Posts.findOne(comment.post);
|
|
}; |