Skip to content

Commit 01dbc18

Browse files
Paul LeclercqPaul Leclercq
authored andcommitted
remove useless comment
1 parent 8d11f2a commit 01dbc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/js/i18nService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ app.factory('I18nService', function() {
1616
// momentJS: a few moment ago, human duration : 4 seconds ago
1717
this.timeHumanizer = humanizeDuration.humanizer({
1818
language: this.language,
19-
halfUnit:false //@TODO wait PR#40 on Github https://github.com/EvanHahn/HumanizeDuration.js/pull/40
19+
halfUnit:false
2020
});
2121
};
2222

0 commit comments

Comments
 (0)