summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/itemcontroller.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/controllers/itemcontroller.coffee')
-rw-r--r--js/app/controllers/itemcontroller.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/controllers/itemcontroller.coffee b/js/app/controllers/itemcontroller.coffee
index d803ad484..fc52d969d 100644
--- a/js/app/controllers/itemcontroller.coffee
+++ b/js/app/controllers/itemcontroller.coffee
@@ -51,7 +51,7 @@ Language, AutoPageLoading) ->
else
return ''
- # TODO: unittest
+
@_$scope.getRelativeDate = (date) =>
if date
return @_language.getMomentFromTimestamp(date).fromNow()