mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 16:04:12 +01:00
Fix RC serialization and RHS expansion in abbreviations using -js.
Fixes issue #911.
This commit is contained in:
@@ -347,7 +347,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
arguments: [abbr.lhs],
|
||||
literalArg: abbr.rhs,
|
||||
options: {
|
||||
"-javascript": abbr.rhs ? null : undefined
|
||||
"-javascript": callable(abbr.rhs) ? null : undefined
|
||||
}
|
||||
}
|
||||
for ([, abbr] in Iterator(abbreviations.user.merged))
|
||||
|
||||
Reference in New Issue
Block a user