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

Add missing semicolon thus rectifying all grokability issues with messages.export.

This commit is contained in:
Kris Maglione
2011-10-05 05:36:43 -04:00
parent 31f9e43305
commit c6ac63b5f9

View File

@@ -123,7 +123,7 @@ var Messages = Module("messages", {
.concat(foo("hintmode", values(hints.modes), "prompt")) .concat(foo("hintmode", values(hints.modes), "prompt"))
.concat(foo("pageinfo", values(Buffer.pageInfo), "title")) .concat(foo("pageinfo", values(Buffer.pageInfo), "title"))
.concat(foo("sanitizeitem", values(sanitizer.itemMap))) .concat(foo("sanitizeitem", values(sanitizer.itemMap)))
.flatten().uniq().join("\n")) .flatten().uniq().join("\n"));
} }
}, { }, {
Localized: Class("Localized", Class.Property, { Localized: Class("Localized", Class.Property, {