1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 04:57:58 +01:00

Resurrect my range finder, Part II: Make things works sensibly with frames.

This commit is contained in:
Kris Maglione
2009-11-11 02:35:51 -05:00
parent f03c6e134e
commit 0f4598fcd6
3 changed files with 130 additions and 48 deletions

View File

@@ -523,7 +523,7 @@ const Events = Module("events", {
*/
toString: function (event) {
if (!event)
return "[object Mappings]";
return "[instance events]";
if (event.liberatorString)
return event.liberatorString;