1
0
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:
Kris Maglione
2013-04-26 20:17:44 -07:00
parent 4845c3d644
commit 7f7565e86a
3 changed files with 67 additions and 34 deletions

View File

@@ -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)