1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 06:34:12 +01:00

More PWPBM fixes.

This commit is contained in:
Kris Maglione
2013-03-05 22:44:22 -08:00
parent dac8f01fe6
commit c3e430ab39

View File

@@ -1181,7 +1181,7 @@ var Buffer = Module("Buffer", {
if (val != null && uri.equals(self.uri) && val != prefs.get("browser.zoom.full"))
[self.contentViewer.textZoom, self.contentViewer.fullZoom] =
[self.contentViewer.fullZoom, self.contentViewer.textZoom];
});
}, sanitizer.getContext(this.win));
}),
/**