1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 05:27:59 +01:00

Fix rare initialization order issue.

This commit is contained in:
Kris Maglione
2011-06-25 13:45:08 -04:00
parent 4aca241900
commit 772e68b406
2 changed files with 6 additions and 6 deletions

View File

@@ -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() {