diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-27 12:04:03 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-27 12:04:03 -0500 |
commit | ff52485ca5a5659aca42f421b16f50b912af4499 (patch) | |
tree | f8b6f9d533183040450ec6b7069f6dbf3ddde610 /common/content/dactyl.js | |
parent | e93f7455f20118f9d36a86ae27e563099f6ea0c8 (diff) | |
download | pentadactyl-ff52485ca5a5659aca42f421b16f50b912af4499.tar.gz |
Possibly stem aforementioned focus bug.
--HG--
branch : bootstrapped
Diffstat (limited to 'common/content/dactyl.js')
-rw-r--r-- | common/content/dactyl.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 01fcd24a..06756fad 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -419,9 +419,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { * element. */ focusContent: function focusContent(clearFocusedElement) { - util.dump("focusContent(" + clearFocusedElement + ") " + - (window == services.focus.activeWindow)); - if (window != services.focus.activeWindow) return; |