diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-08-25 21:58:52 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-08-27 14:46:32 +1000 |
commit | 97236c4839e5550d65ff30dd0366045a3804af0a (patch) | |
tree | 64486ec7f5564651ef7f0c682b27d9bde7d9678a /common/content/events.js | |
parent | 35574698d3204b676fa395ca54ae0313dfd5fdc6 (diff) | |
download | pentadactyl-97236c4839e5550d65ff30dd0366045a3804af0a.tar.gz |
Remove some commented-out code from Events.
Diffstat (limited to 'common/content/events.js')
-rw-r--r-- | common/content/events.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/content/events.js b/common/content/events.js index f2ab0853..4dd6319f 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -439,10 +439,6 @@ function Events() //{{{ window.addEventListener("DOMMenuBarInactive", exitMenuMode, true); window.addEventListener("resize", onResize, true); - // window.document.addEventListener("DOMTitleChanged", function (event) { - // liberator.log("titlechanged"); - // }, null); - // NOTE: the order of ["Esc", "Escape"] or ["Escape", "Esc"] // matters, so use that string as the first item, that you // want to refer to within liberator's source code for |