1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 23:12:28 +01:00

Fix typo.

This commit is contained in:
Kris Maglione
2013-03-05 22:40:59 -08:00
parent 990a2bbbc7
commit dac8f01fe6

View File

@@ -1161,7 +1161,7 @@ var Buffer = Module("Buffer", {
else {
services.contentPrefs.setPref(
this.uri, "browser.content.full-zoom", value, privacy);
services.contentPrefsc.setPref(
services.contentPrefs.setPref(
this.uri, "dactyl.content.full-zoom", fullZoom, privacy);
}
}