1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 07:24:13 +01:00

Change Storage#newObject signature.

This commit is contained in:
Kris Maglione
2009-10-29 20:30:24 -04:00
parent 172d04c1f2
commit 9bb01ce7ef
5 changed files with 12 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ function CommandLine() //{{{
}
}
}).init();
}, false);
}, { store: false });
storage.addObserver("sanitize",
function (key, event, value) {
autocommands.trigger("Sanitize", {});