1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-28 21:25:45 +01:00

Small fix for Minefield.

This commit is contained in:
Kris Maglione
2011-02-19 00:24:07 -05:00
parent cb0a07ddd1
commit 34c0c5a10e
5 changed files with 12 additions and 7 deletions

View File

@@ -264,6 +264,9 @@ var Storage = Module("Storage", {
return this._privateMode = Boolean(val);
}
}, {
Replacer: {
skipXpcom: function skipXpcom(key, val) val instanceof Ci.nsISupports ? null : val
}
}, {
init: function init(dactyl, modules) {
init.superapply(this, arguments);