mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 14:25:55 +01:00
Change Storage#newObject signature.
This commit is contained in:
@@ -99,7 +99,7 @@ function Browser() //{{{
|
||||
}
|
||||
}
|
||||
}).init();
|
||||
}, false);
|
||||
}, { store: false });
|
||||
storage.addObserver("private-mode",
|
||||
function (key, event, value) {
|
||||
autocommands.trigger("PrivateMode", { state: value });
|
||||
|
||||
Reference in New Issue
Block a user