mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:22:26 +01:00
Add missing semicolon thus rectifying all grokability issues with messages.export.
This commit is contained in:
@@ -123,7 +123,7 @@ var Messages = Module("messages", {
|
||||
.concat(foo("hintmode", values(hints.modes), "prompt"))
|
||||
.concat(foo("pageinfo", values(Buffer.pageInfo), "title"))
|
||||
.concat(foo("sanitizeitem", values(sanitizer.itemMap)))
|
||||
.flatten().uniq().join("\n"))
|
||||
.flatten().uniq().join("\n"));
|
||||
}
|
||||
}, {
|
||||
Localized: Class("Localized", Class.Property, {
|
||||
|
||||
Reference in New Issue
Block a user