mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:27:59 +01:00
Clean up some crufty comments.
This commit is contained in:
@@ -914,18 +914,6 @@ const Hints = Module("hints", {
|
||||
this._processHints(followFirst);
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: add resize support
|
||||
// window.addEventListener("resize", onResize, null);
|
||||
|
||||
// function onResize(event)
|
||||
// {
|
||||
// if (event)
|
||||
// doc = event.originalTarget;
|
||||
// else
|
||||
// doc = window.content.document;
|
||||
// }
|
||||
|
||||
//}}}
|
||||
}, {
|
||||
translitTable: Class.memoize(function () {
|
||||
|
||||
Reference in New Issue
Block a user