mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:28:00 +01:00
Fix typo.
This commit is contained in:
@@ -1308,7 +1308,7 @@ var Buffer = Module("Buffer", {
|
|||||||
let uri = this.uri;
|
let uri = this.uri;
|
||||||
|
|
||||||
if (prefs.get("browser.zoom.siteSpecific")) {
|
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"))
|
if (val != null && uri.equals(this.uri) && val != prefs.get("browser.zoom.full"))
|
||||||
[this.contentViewer.textZoom, this.contentViewer.fullZoom] =
|
[this.contentViewer.textZoom, this.contentViewer.fullZoom] =
|
||||||
|
|||||||
Reference in New Issue
Block a user