mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:37:58 +01:00
Fix mode name generated for longer names in mapping serialization. Closes issue #565.
--HG-- extra : rebase_source : 115073fae6cf2a15692cac72df976e1eacf5298e
This commit is contained in:
@@ -54,7 +54,7 @@ var JavaScript = Module("javascript", {
|
||||
|
||||
lazyInit: true,
|
||||
|
||||
newContext: function () this.modules.newContext(this.modules.userContext),
|
||||
newContext: function () this.modules.newContext(this.modules.userContext, true),
|
||||
|
||||
get completers() JavaScript.completers, // For backward compatibility
|
||||
|
||||
|
||||
Reference in New Issue
Block a user