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

Formatting fixes.

This commit is contained in:
Doug Kearns
2009-11-14 21:57:32 +11:00
parent 607e65bf6f
commit 6cc43ad29a
11 changed files with 48 additions and 49 deletions

View File

@@ -191,7 +191,7 @@ const Sanitizer = Module("sanitizer", {
self.items[item.name] = {
canClear: true,
clear: item.action
}
};
});
// call Sanitize autocommand
@@ -201,9 +201,9 @@ const Sanitizer = Module("sanitizer", {
if (item.clear) {
let func = item.clear;
item.clear = function () {
autocommands.trigger("Sanitize", { name: arg })
autocommands.trigger("Sanitize", { name: arg });
func.call(item);
}
};
}
}
@@ -239,7 +239,7 @@ const Sanitizer = Module("sanitizer", {
["offlineapps", "Offline website data"],
["passwords", "Saved passwords"],
["sessions", "Authenticated sessions"],
["sitesettings", "Site preferences"],
["sitesettings", "Site preferences"]
]
});