summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/ContentController.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js
index 26d6e9611..807a3eeb6 100644
--- a/js/controller/ContentController.js
+++ b/js/controller/ContentController.js
@@ -82,6 +82,10 @@ function (Publisher, FeedResource, ItemResource, SettingsResource, data,
return SettingsResource.get('compact');
};
+ this.isCompactExpand = function () {
+ return SettingsResource.get('compactExpand');
+ };
+
this.autoPagingEnabled = function () {
return this.isAutoPagingEnabled;
};