diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-06-25 13:45:08 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-06-25 13:45:08 -0400 |
commit | 772e68b406352f07f6e96f1a786d1cb33d4a60c8 (patch) | |
tree | 90ec72e565ec502734091baac4caac24c210a63b /common/content/dactyl.js | |
parent | 4aca2419007d5819f1871bffed9f467bc09ee5bb (diff) | |
download | pentadactyl-772e68b406352f07f6e96f1a786d1cb33d4a60c8.tar.gz |
Fix rare initialization order issue.
Diffstat (limited to 'common/content/dactyl.js')
-rw-r--r-- | common/content/dactyl.js | 2 |
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() { |