summaryrefslogtreecommitdiff
path: root/common/content
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-06-25 13:45:08 -0400
committerKris Maglione <maglione.k@gmail.com>2011-06-25 13:45:08 -0400
commit772e68b406352f07f6e96f1a786d1cb33d4a60c8 (patch)
tree90ec72e565ec502734091baac4caac24c210a63b /common/content
parent4aca2419007d5819f1871bffed9f467bc09ee5bb (diff)
downloadpentadactyl-772e68b406352f07f6e96f1a786d1cb33d4a60c8.tar.gz
Fix rare initialization order issue.
Diffstat (limited to 'common/content')
-rw-r--r--common/content/dactyl.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js
index 33f3f203..c93705a7 100644
--- a/common/content/dactyl.js
+++ b/common/content/dactyl.js
@@ -39,8 +39,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
styles.registerSheet("resource://dactyl-skin/dactyl.css");
- prefs.safeSet("accessibility.typeaheadfind.autostart", false);
-
this.cleanups = [];
this.cleanups.push(util.overlayObject(window, {
focusAndSelectUrlBar: function focusAndSelectUrlBar() {