summaryrefslogtreecommitdiffstats
path: root/js/app/services/models/itemmodel.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/services/models/itemmodel.coffee')
-rw-r--r--js/app/services/models/itemmodel.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/services/models/itemmodel.coffee b/js/app/services/models/itemmodel.coffee
index 16250ecf7..3101c52f1 100644
--- a/js/app/services/models/itemmodel.coffee
+++ b/js/app/services/models/itemmodel.coffee
@@ -38,7 +38,7 @@ angular.module('News').factory '_ItemModel',
# items have two unique fields: feed_id and guidhash
- # in case we get updated items with the same two fields we
+ # in case we get updated items with the same two fields we
# also need to update the field
add: (data, clearCache=true) ->
hash = data.feedId + '_' + data.guidHash