mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-22 05:44:13 +01:00
[PWPBM] Use private, non-persistant storage hives for private browsing windows.
This commit is contained in:
@@ -1175,7 +1175,7 @@ var Buffer = Module("Buffer", {
|
||||
* closed range [Buffer.ZOOM_MIN, Buffer.ZOOM_MAX].
|
||||
*/
|
||||
setZoom: function setZoom(value, fullZoom) {
|
||||
let { dactyl, statusline } = this.modules;
|
||||
let { dactyl, statusline, storage } = this.modules;
|
||||
let { ZoomManager } = this;
|
||||
|
||||
if (fullZoom === undefined)
|
||||
|
||||
Reference in New Issue
Block a user