mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Moved JSHint into Qunit suite. It's much harder to forget about now!
This commit is contained in:
@@ -20,7 +20,7 @@ Discourse.GithubCommit = Discourse.Model.extend({
|
||||
}.property("sha"),
|
||||
|
||||
timeAgo: function() {
|
||||
return moment(this.get('commit.committer.date')).relativeAge({format: 'medium', leaveAgo: true})
|
||||
return moment(this.get('commit.committer.date')).relativeAge({format: 'medium', leaveAgo: true});
|
||||
}.property("commit.committer.date")
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user