From e3fb435f99fa89ccb1cb8d00c2544493477c4e8c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 15 Feb 2014 15:40:52 -0800 Subject: [PATCH] Fix typo. --- common/modules/buffer.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm index 8856c8ad..561c4a5f 100644 --- a/common/modules/buffer.jsm +++ b/common/modules/buffer.jsm @@ -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] =