summaryrefslogtreecommitdiff
path: root/wikipedia/views/domain_wiki_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'wikipedia/views/domain_wiki_view.js')
-rw-r--r--wikipedia/views/domain_wiki_view.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/wikipedia/views/domain_wiki_view.js b/wikipedia/views/domain_wiki_view.js
index a238f6b..a1de76e 100644
--- a/wikipedia/views/domain_wiki_view.js
+++ b/wikipedia/views/domain_wiki_view.js
@@ -29,7 +29,8 @@ const DomainWikiView = new Lang.Class({
this._presenter = null;
this._window = new Endless.Window({
- application: application
+ 'application': application,
+ 'font-scaling-active': true
});
// These need to be called first