mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 21:04:20 +01:00
Fix typo.
This commit is contained in:
@@ -1161,7 +1161,7 @@ var Buffer = Module("Buffer", {
|
|||||||
else {
|
else {
|
||||||
services.contentPrefs.setPref(
|
services.contentPrefs.setPref(
|
||||||
this.uri, "browser.content.full-zoom", value, privacy);
|
this.uri, "browser.content.full-zoom", value, privacy);
|
||||||
services.contentPrefsc.setPref(
|
services.contentPrefs.setPref(
|
||||||
this.uri, "dactyl.content.full-zoom", fullZoom, privacy);
|
this.uri, "dactyl.content.full-zoom", fullZoom, privacy);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user