mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 06:54:12 +01:00
Add dom.jsm. And stuff.
This commit is contained in:
@@ -30,7 +30,7 @@ var Messages = Module("messages", {
|
||||
init: function _(message) {
|
||||
this.args = arguments;
|
||||
},
|
||||
message: Class.memoize(function () {
|
||||
message: Class.Memoize(function () {
|
||||
let message = this.args[0];
|
||||
|
||||
if (this.args.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user