示例#1
0
 timeAgo: function() {
   var date = this.get("date");
   if (date) {
     return vagueTime.get({ to: date });
   }
 },
示例#2
0
 timeAgo: function() {
   return vagueTime.get({ to: this.get("date") });
 }