1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 23:32:26 +01:00
This commit is contained in:
Kris Maglione
2013-03-17 14:34:24 -07:00
parent 1f1b7e06ec
commit 3fbfb910e1

View File

@@ -1208,7 +1208,7 @@ var Buffer = Module("Buffer", {
[self.contentViewer.fullZoom, self.contentViewer.textZoom];
}
// God damn it.
if (util.haveGecko("19.0a1"))
if (config.haveGecko("19.0a1"))
services.contentPrefs.getPref(uri, "dactyl.content.full-zoom",
sanitizer.getContext(this.win), callback);
else