1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 11:18:00 +01:00

Fix typo.

This commit is contained in:
Kris Maglione
2014-02-15 15:40:52 -08:00
parent 5fd4cfaacd
commit e3fb435f99

View File

@@ -1308,7 +1308,7 @@ var Buffer = Module("Buffer", {
let uri = this.uri;
if (prefs.get("browser.zoom.siteSpecific")) {
let val = this.prefs.get("dactyl.content.full-zoom");
let val = yield this.prefs.get("dactyl.content.full-zoom");
if (val != null && uri.equals(this.uri) && val != prefs.get("browser.zoom.full"))
[this.contentViewer.textZoom, this.contentViewer.fullZoom] =