summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/controller/ContentController.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js
index d2ca6efb7..d3efda932 100644
--- a/js/controller/ContentController.js
+++ b/js/controller/ContentController.js
@@ -30,6 +30,7 @@ function (Publisher, FeedResource, ItemResource, SettingsResource, data,
};
this.toggleItem = (item) => {
+ // TODO: unittest
if (this.isCompactView()) {
item.show = !item.show;
}