1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-01 03:33:34 +02:00

Save option restore data until add-on is disabled. Cleanup preferences on uninstall.

This commit is contained in:
Kris Maglione
2011-07-29 05:29:06 -04:00
parent c165fd95be
commit a0de5d9e24
9 changed files with 180 additions and 130 deletions

View File

@@ -329,6 +329,7 @@ var Abbreviations = Module("abbreviations", {
args["-group"].add(modes, lhs, rhs);
}
}, {
identifier: "abbreviate",
completer: function (context, args) {
if (args.length == 1)
return completion.abbreviation(context, modes, args["-group"]);