comment_item.js 107 B

12345
  1. Template.commentItem.helpers({
  2. submittedText: function () {
  3. return this.submitted.toString();
  4. }
  5. });