From c579494d64ce55925f325d6d1a5614ae544b017e Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 29 Jan 2011 02:58:11 -0500 Subject: [PATCH] Unbreak last commit which I hadn't intended to push. --- common/tests/functional/testCommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tests/functional/testCommands.js b/common/tests/functional/testCommands.js index 047cd834..bee10881 100644 --- a/common/tests/functional/testCommands.js +++ b/common/tests/functional/testCommands.js @@ -9,7 +9,7 @@ var setupModule = function (module) { dactyl.dactyl.options["autocomplete"] = []; dactyl.dactyl.options["wildmode"] = ["list"]; - dactyl.prefs.set("browser.tabs.closeWindowWithLastTab", false); + dactyl.dactyl.prefs.set("browser.tabs.closeWindowWithLastTab", false); }; var teardownModule = function (module) { dactyl.teardown();