summaryrefslogtreecommitdiff
path: root/common/content/dactyl.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-02-17 15:23:17 -0500
committerKris Maglione <maglione.k@gmail.com>2011-02-17 15:23:17 -0500
commita54573522acb5afcdaacf370ec19aec2d858d236 (patch)
tree82372893e3b0da8d03de61f421e0bdaac4982069 /common/content/dactyl.js
parent589849c06d4a7b6751f685a38debf3d7f882c619 (diff)
downloadpentadactyl-a54573522acb5afcdaacf370ec19aec2d858d236.tar.gz
Replace XPath-based hint paths with CSS selectors. Needs cleanup and validation.
--HG-- extra : rebase_source : 83035481bf697b7b57e17e516b0dfc61329164c6
Diffstat (limited to 'common/content/dactyl.js')
-rw-r--r--common/content/dactyl.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js
index 763e07d5..cfca1372 100644
--- a/common/content/dactyl.js
+++ b/common/content/dactyl.js
@@ -1382,6 +1382,9 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
dactyl.echoerr(template.linkifyHelp(error.message));
else
dactyl.beep();
+
+ if (!error.noTrace)
+ util.reportError(error);
return;
}
if (error.result == Cr.NS_BINDING_ABORTED)