1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-18 08:03:32 +01:00

Remove some commented-out code from Events.

This commit is contained in:
Doug Kearns
2009-08-25 21:58:52 +10:00
parent 35574698d3
commit 97236c4839
3 changed files with 2 additions and 5 deletions

View File

@@ -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