summaryrefslogtreecommitdiff
path: root/common/content/dactyl.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-12-27 12:04:03 -0500
committerKris Maglione <maglione.k@gmail.com>2010-12-27 12:04:03 -0500
commitff52485ca5a5659aca42f421b16f50b912af4499 (patch)
treef8b6f9d533183040450ec6b7069f6dbf3ddde610 /common/content/dactyl.js
parente93f7455f20118f9d36a86ae27e563099f6ea0c8 (diff)
downloadpentadactyl-ff52485ca5a5659aca42f421b16f50b912af4499.tar.gz
Possibly stem aforementioned focus bug.
--HG-- branch : bootstrapped
Diffstat (limited to 'common/content/dactyl.js')
-rw-r--r--common/content/dactyl.js3
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;