mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 17:24:12 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -487,7 +487,9 @@ var Modes = Module("modes", {
|
||||
update(StackElement.prototype, {
|
||||
get toStringParams() !loaded.modes ? this.main.name : [
|
||||
this.main.name,
|
||||
<>({ modes.all.filter(function (m) this.extended & m, this).map(function (m) m.name).join("|") })</>
|
||||
["(", modes.all.filter(function (m) this.extended & m, this)
|
||||
.map(function (m) m.name).join("|"),
|
||||
")"].join("")
|
||||
]
|
||||
});
|
||||
return StackElement;
|
||||
|
||||
Reference in New Issue
Block a user