mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:47:59 +01:00
Unset browser.tabs.closeWindowWithLastTab when running tests.
This commit is contained in:
@@ -8,6 +8,8 @@ var setupModule = function (module) {
|
||||
|
||||
dactyl.dactyl.options["autocomplete"] = [];
|
||||
dactyl.dactyl.options["wildmode"] = ["list"];
|
||||
|
||||
dactyl.prefs.set("browser.tabs.closeWindowWithLastTab", false);
|
||||
};
|
||||
var teardownModule = function (module) {
|
||||
dactyl.teardown();
|
||||
|
||||
Reference in New Issue
Block a user